Skip to content

Commit a2c3ceb

Browse files
committed
🔧 Update Allauth config to use ACCOUNT_LOGIN_METHODS
1 parent 7dda821 commit a2c3ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grorg/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118

119119
# Django Allauth settings
120120

121-
ACCOUNT_AUTHENTICATION_METHOD = "email"
121+
ACCOUNT_LOGIN_METHODS = {"email"}
122122
ACCOUNT_DEFAULT_HTTP_PROTOCOL = "https"
123123
ACCOUNT_EMAIL_REQUIRED = True
124124
ACCOUNT_EMAIL_VERIFICATION = "none"

0 commit comments

Comments
 (0)