Skip to content

Commit

Permalink
couple allauth settings to make relay sso work
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Aug 26, 2021
1 parent ee7c22d commit 75d9a8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions privaterelay/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ def _get_initial_middleware():
}

SOCIALACCOUNT_EMAIL_VERIFICATION = 'none'
ACCOUNT_USERNAME_REQUIRED=False
SOCIALACCOUNT_AUTO_SIGNUP=True


FXA_SETTINGS_URL = config('FXA_SETTINGS_URL', 'https://accounts.firefox.com/settings')
FXA_SUBSCRIPTIONS_URL = config('FXA_SUBSCRIPTIONS_URL', 'https://accounts.firefox.com/subscriptions')
Expand Down

0 comments on commit 75d9a8b

Please sign in to comment.