Fix: Refactor accounts templates and create signup template (#5899)

This commit is contained in:
shamoon 2024-02-26 09:23:53 -08:00 committed by GitHub
parent 22e95f45bd
commit 967fc98090
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 396 additions and 544 deletions

View file

@ -6,4 +6,5 @@ def settings(request):
"EMAIL_ENABLED": django_settings.EMAIL_HOST != "localhost"
or django_settings.EMAIL_HOST_USER != "",
"DISABLE_REGULAR_LOGIN": django_settings.DISABLE_REGULAR_LOGIN,
"ACCOUNT_ALLOW_SIGNUPS": django_settings.ACCOUNT_ALLOW_SIGNUPS,
}