auth backend defined in core.settings
This commit is contained in:
@@ -113,6 +113,10 @@ AUTH_PASSWORD_VALIDATORS = [
|
||||
|
||||
AUTH_USER_MODEL = "lyric.User"
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
"apps.lyric.authentication.PasswordlessAuthenticationBackend",
|
||||
]
|
||||
|
||||
|
||||
# Internationalization
|
||||
# https://docs.djangoproject.com/en/6.0/topics/i18n/
|
||||
|
||||
Reference in New Issue
Block a user