logout on GET (there is no security risk here, we trust our users in this)

This commit is contained in:
Benni Bärmann 2021-05-17 09:54:08 +02:00
parent 780a5a0464
commit 3c6815fa6e
2 changed files with 4 additions and 0 deletions

View File

@ -154,3 +154,5 @@ SITE_ID = 1
ACCOUNT_EMAIL_VERIFICATION = 'none'
LOGIN_REDIRECT_URL = 'home'
ACCOUNT_LOGOUT_ON_GET = True

View File

@ -173,4 +173,6 @@ SITE_ID = 1
ACCOUNT_EMAIL_VERIFICATION = 'none'
ACCOUNT_LOGOUT_ON_GET = True
LOGIN_REDIRECT_URL = 'home'