We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9d634 commit 4ee1a90Copy full SHA for 4ee1a90
oeplatform/settings.py
@@ -254,6 +254,7 @@ def external_urls_context_processor(request):
254
ACCOUNT_FORMS = {"signup": "login.forms.CreateUserForm"}
255
# ACCOUNT_SIGNUP_FORM_CLASS = {"login.forms.CreateUserForm"}
256
ACCOUNT_LOGIN_ON_EMAIL_CONFIRMATION = True
257
+ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = True
258
259
260
# https://django-allauth.readthedocs.io/en/latest/configuration.html
0 commit comments