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

Allow the email address of users to be persisted #45

Open
noce2 opened this issue Nov 28, 2020 · 0 comments
Open

Allow the email address of users to be persisted #45

noce2 opened this issue Nov 28, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@noce2
Copy link
Contributor

noce2 commented Nov 28, 2020

The user account service currently has a placeholder field for the verification status of a user's account. The purpose of this is to prevent unverified users from accessing more features of the platform. Essentially preventing spam. Currently we can either:

  1. Trust a user signing-in through Auth0 automatically has a verified account (we make use of auth0's user.email_verified property )

  2. Enabled the storage of an email address which we can then use to verify accounts later on (via email notifications).

@noce2 noce2 added the enhancement New feature or request label Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant