mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Reset password token is valid for 1 hour
This commit is contained in:
@@ -29,7 +29,7 @@ class Config(object):
|
|||||||
SECRET_KEY = 'secret-key'
|
SECRET_KEY = 'secret-key'
|
||||||
HTTP_PROTOCOL = 'http'
|
HTTP_PROTOCOL = 'http'
|
||||||
DANGEROUS_SALT = 'itsdangeroussalt'
|
DANGEROUS_SALT = 'itsdangeroussalt'
|
||||||
TOKEN_MAX_AGE_SECONDS = 86400
|
TOKEN_MAX_AGE_SECONDS = 120
|
||||||
|
|
||||||
|
|
||||||
class Development(Config):
|
class Development(Config):
|
||||||
|
|||||||
Reference in New Issue
Block a user