Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce option to use User.email instead of EmailAddress #347

Open
jonathan-s opened this issue Jul 5, 2021 · 0 comments · May be fixed by #353
Open

Introduce option to use User.email instead of EmailAddress #347

jonathan-s opened this issue Jul 5, 2021 · 0 comments · May be fixed by #353

Comments

@jonathan-s
Copy link
Contributor

jonathan-s commented Jul 5, 2021

Is your feature request related to a problem? Please describe.
Using EmailAddress introduces more queries, and not all applications want to deal with a user having multiple email addresses.

Describe the solution you'd like
Introduce a new setting; setting.ACCOUNT_USER_EMAIL, if it's true it will use the user email instead of EmailAddress when checking any authentication or similar related to email. By default this option would be false.

Tangentially related to #284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant