Noggin: set the password expiration to 30 minutes
This commit is contained in:
parent
41d86dc308
commit
1284267f48
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ SESSION_COOKIE_SECURE = True
|
||||||
FREEIPA_ADMIN_USER = "noggin"
|
FREEIPA_ADMIN_USER = "noggin"
|
||||||
|
|
||||||
# How many minutes before a password reset request expires
|
# How many minutes before a password reset request expires
|
||||||
PASSWORD_RESET_EXPIRATION = 10
|
PASSWORD_RESET_EXPIRATION = 30
|
||||||
|
|
||||||
# Email
|
# Email
|
||||||
MAIL_FROM = "Fedora Account System <fas@fedoraproject.org>"
|
MAIL_FROM = "Fedora Account System <fas@fedoraproject.org>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue