Skip to content

Commit d456d4a

Browse files
committed
disable email verification for social accounts
1 parent 7b55bcb commit d456d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
]
115115

116116
SOCIAL_PROVIDERS = os.getenv('SOCIAL_PROVIDERS').split(',') if os.getenv('SOCIAL_PROVIDERS') else []
117+
SOCIALACCOUNT_EMAIL_VERIFICATION = 'none'
117118
INSTALLED_APPS = INSTALLED_APPS + SOCIAL_PROVIDERS
118119

119120
ACCOUNT_SIGNUP_EMAIL_ENTER_TWICE = True

0 commit comments

Comments
 (0)