Skip to content

Commit a48b22d

Browse files
committed
update security settings template #1895
1 parent f32e612 commit a48b22d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oeplatform/securitysettings.py.default

+1-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ SOCIALACCOUNT_PROVIDERS = {
127127
"client_id": "",
128128
"secret": "",
129129
"VERIFIED_EMAIL": True,
130-
"SOCIALACCOUNT_EMAIL_AUTHENTICATION": True,
131-
"SOCIALACCOUNT_EMAIL_AUTHENTICATION_AUTO_CONNECT": True,
130+
"EMAIL_AUTHENTICATION": True,
132131
"settings": {"server_url": ""},
133132
}]
134133
}

0 commit comments

Comments
 (0)