maybe set the correct setting
This commit is contained in:
parent
06affe4de6
commit
34ebf79e03
|
@ -89,7 +89,7 @@ ACCOUNT_EMAIL_REQUIRED = True
|
|||
ACCOUNT_EMAIL_VERIFICATION = True
|
||||
ACCOUNT_EMAIL_SUBJECT_PREFIX = '[bornhack] '
|
||||
ACCOUNT_USERNAME_REQUIRED = False
|
||||
ACCOUNT_LOGIN_REDIRECT_URL='/shop/'
|
||||
LOGIN_REDIRECT_URL='/shop/'
|
||||
LOGIN_URL = '/login/'
|
||||
|
||||
ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https'
|
||||
|
|
Loading…
Reference in a new issue