cubicweb/pyramid/auth.py
branch3.24
changeset 11811 f09efeead7f9
parent 11631 faf279e33298
child 11967 83739be20fab
--- a/cubicweb/pyramid/auth.py	Tue Jun 30 10:00:53 2015 +0200
+++ b/cubicweb/pyramid/auth.py	Wed Nov 09 11:42:33 2016 +0100
@@ -159,8 +159,8 @@
                 defaults={
                     'hashalg': 'sha512',
                     'cookie_name': 'pauth_tkt',
-                    'max_age': 3600*24*30,
-                    'reissue_time': 3600*24,
+                    'max_age': 3600 * 24 * 30,
+                    'reissue_time': 3600 * 24,
                     'http_only': True,
                     'secure': True
                 },