auth backend defined in core.settings

This commit is contained in:
Disco DeDisco
2026-01-30 19:35:45 -05:00
parent b12f56c7ca
commit f002cc5c84

View File

@@ -113,6 +113,10 @@ AUTH_PASSWORD_VALIDATORS = [
AUTH_USER_MODEL = "lyric.User" AUTH_USER_MODEL = "lyric.User"
AUTHENTICATION_BACKENDS = [
"apps.lyric.authentication.PasswordlessAuthenticationBackend",
]
# Internationalization # Internationalization
# https://docs.djangoproject.com/en/6.0/topics/i18n/ # https://docs.djangoproject.com/en/6.0/topics/i18n/