# HG changeset patch # User Christophe de Vienne # Date 1411034605 -7200 # Node ID 2babe3694bed7afb20bc51d32ebca5a01ccfcbd8 # Parent fc4ecec311f4e91a967d9aaa14e140a23004b79b Add the 'pyramid-auth-secret' option to all-in-one.conf diff -r fc4ecec311f4 -r 2babe3694bed site_cubicweb.py --- a/site_cubicweb.py Thu Sep 18 11:17:57 2014 +0200 +++ b/site_cubicweb.py Thu Sep 18 12:03:25 2014 +0200 @@ -5,6 +5,13 @@ cubicweb.schema.INTERNAL_TYPES.add('CWSession') options = ( + ('pyramid-auth-secret', { + 'type': 'string', + 'default': REQUIRED, + 'help': 'Secret phrase to encrypt the authentication cookie', + 'group': 'pyramid', + 'level': 3 + }), ('pyramid-session-secret', { 'type': 'string', 'default': REQUIRED,