migration/0.4.0_Any.py
changeset 11673 c3a583e38360
equal deleted inserted replaced
11672:2018cdf2909e 11673:c3a583e38360
       
     1 
       
     2 # just notify the user to put the secret keys in pyramid.ini
       
     3 
       
     4 print("The pyramid-auth-secret and pyramid-session-secret options has been\n"
       
     5       "removed from the all-in-one.conf file in favor of the pyramid.ini config\n"
       
     6       "file. Make sure to set \n"
       
     7       "  cubicweb.session.secret, \n"
       
     8       "  cubicweb.auth.authtkt.persistent.secret and \n"
       
     9       "  cubicweb.auth.authtkt.session.secret \n"
       
    10       "keys in your $APP/pyramid.ini file.")