remove more email related code
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 8s
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 8s
This commit is contained in:
+2
-2
@@ -157,9 +157,9 @@ DATABASES = {
|
||||
# Password validation
|
||||
# https://docs.djangoproject.com/en/5.0/ref/settings/#auth-password-validators
|
||||
|
||||
# Uses email as username for login
|
||||
# Log in with username + password (default Django backend)
|
||||
AUTH_USER_MODEL = "api.User"
|
||||
AUTHENTICATION_BACKENDS = ["api.backends.EmailBackend"]
|
||||
AUTHENTICATION_BACKENDS = ["django.contrib.auth.backends.ModelBackend"]
|
||||
|
||||
AUTH_PASSWORD_VALIDATORS = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user