mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 07:20:17 +02:00
Merge branch 'add-email-timeout' into 'master'
Add email timeout See merge request allianceauth/allianceauth!1580
This commit is contained in:
commit
853826c140
@ -172,7 +172,7 @@ MESSAGE_TAGS = {
|
|||||||
CACHES = {
|
CACHES = {
|
||||||
"default": {
|
"default": {
|
||||||
"BACKEND": "django_redis.cache.RedisCache",
|
"BACKEND": "django_redis.cache.RedisCache",
|
||||||
"LOCATION": "redis://127.0.0.1:6379/1" # change the 1 here to change the database used
|
"LOCATION": "redis://127.0.0.1:6379/1" # change the 1 here for the DB used
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -202,6 +202,8 @@ LOGOUT_REDIRECT_URL = 'authentication:dashboard' # destination after logging ou
|
|||||||
# scopes required on new tokens when logging in. Cannot be blank.
|
# scopes required on new tokens when logging in. Cannot be blank.
|
||||||
LOGIN_TOKEN_SCOPES = ['publicData']
|
LOGIN_TOKEN_SCOPES = ['publicData']
|
||||||
|
|
||||||
|
EMAIL_TIMEOUT = 15
|
||||||
|
|
||||||
# number of days email verification links are valid for
|
# number of days email verification links are valid for
|
||||||
ACCOUNT_ACTIVATION_DAYS = 1
|
ACCOUNT_ACTIVATION_DAYS = 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user