# HG changeset patch # User Christophe de Vienne # Date 1420240446 -3600 # Node ID 16cb60d6424dd8746b6a733f66eaa3c6f71f98f4 # Parent 167f415e023e79fc4ac89bdfeb030d791ec9c99b [auth] Fix the config option name in the warning message diff -r 167f415e023e -r 16cb60d6424d pyramid_cubicweb/defaults.py --- a/pyramid_cubicweb/defaults.py Tue Dec 02 15:21:29 2014 +0100 +++ b/pyramid_cubicweb/defaults.py Sat Jan 03 00:14:06 2015 +0100 @@ -49,7 +49,7 @@ The authentication cookies are signed with a static secret key. To put your own secret key, edit your all-in-one.conf file - and set the 'pyramid-session-secret' key. + and set the 'pyramid-auth-secret' key. YOU SHOULD STOP THIS INSTANCE unless your really know what you are doing !!