logout on GET (there is no security risk here, we trust our users in this)
This commit is contained in:
parent
780a5a0464
commit
3c6815fa6e
|
@ -154,3 +154,5 @@ SITE_ID = 1
|
|||
ACCOUNT_EMAIL_VERIFICATION = 'none'
|
||||
|
||||
LOGIN_REDIRECT_URL = 'home'
|
||||
|
||||
ACCOUNT_LOGOUT_ON_GET = True
|
||||
|
|
|
@ -173,4 +173,6 @@ SITE_ID = 1
|
|||
|
||||
ACCOUNT_EMAIL_VERIFICATION = 'none'
|
||||
|
||||
ACCOUNT_LOGOUT_ON_GET = True
|
||||
|
||||
LOGIN_REDIRECT_URL = 'home'
|
||||
|
|
Loading…
Reference in New Issue