cubicweb/pyramid/auth.py
branch3.26
changeset 12371 923f9c9f56c5
parent 12243 a46fb3f58ea2
equal deleted inserted replaced
12362:aa3581fc685c 12371:923f9c9f56c5
   212                 - cubicweb.auth.authtkt.persistent.secret
   212                 - cubicweb.auth.authtkt.persistent.secret
   213 
   213 
   214                 YOU SHOULD STOP THIS INSTANCE unless your really know what you
   214                 YOU SHOULD STOP THIS INSTANCE unless your really know what you
   215                 are doing !!
   215                 are doing !!
   216 
   216 
       
   217                 Please refer to to cubicweb-pyramid documentation on how to
       
   218                 write this pyramid.ini file:
       
   219                 https://cubicweb.readthedocs.io/en/latest/book/pyramid/settings/#pyramid-settings-file
       
   220                 Without it authentication WON'T work.
       
   221 
   217             ''')
   222             ''')
   218 
   223 
   219         policies.append(
   224         policies.append(
   220             CWAuthTktAuthenticationPolicy(
   225             CWAuthTktAuthenticationPolicy(
   221                 session_secret, False,
   226                 session_secret, False,