mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Updated email addresses on settings
This commit is contained in:
@@ -113,7 +113,7 @@ INSTALLED_APPS = (
|
|||||||
)
|
)
|
||||||
|
|
||||||
## Server Mail
|
## Server Mail
|
||||||
SERVER_EMAIL = 'trace@auth.dredd.it'
|
SERVER_EMAIL = 'trace@auth.pleaseignore.com'
|
||||||
|
|
||||||
# API OAuth
|
# API OAuth
|
||||||
#OAUTH_AUTH_VIEW = 'api.views.oauth.authorize_oauth'
|
#OAUTH_AUTH_VIEW = 'api.views.oauth.authorize_oauth'
|
||||||
@@ -134,7 +134,7 @@ AUTH_PROFILE_MODULE = 'sso.SSOUser'
|
|||||||
LOGIN_REDIRECT_URL = "/profile"
|
LOGIN_REDIRECT_URL = "/profile"
|
||||||
LOGIN_URL = "/login"
|
LOGIN_URL = "/login"
|
||||||
|
|
||||||
DEFAULT_FROM_EMAIL = "bot@auth.dredd.it"
|
DEFAULT_FROM_EMAIL = "bot@auth.pleaseignore.com"
|
||||||
ACCOUNT_ACTIVATION_DAYS = 14
|
ACCOUNT_ACTIVATION_DAYS = 14
|
||||||
|
|
||||||
# Slice File Location
|
# Slice File Location
|
||||||
|
|||||||
Reference in New Issue
Block a user