We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a new account is created (register with a local account, Github or Bitbucket), the user should confirm the account.
When an account is created, we need a way to confirm to increase security and avoid spams accounts.
Medium
When the user Sign up, there's no confirmation to validate his account.
When the user Sign up, create the account as usual, but send an email with confirmation and the user should have an attribute like verified: false
verified: false
The text was updated successfully, but these errors were encountered:
Challenge accepted
Sorry, something went wrong.
Hello @joemart, you're now assigned 👍
User confirmation implemented
No branches or pull requests
When a new account is created (register with a local account, Github or Bitbucket), the user should confirm the account.
Why
When an account is created, we need a way to confirm to increase security and avoid spams accounts.
Level
Medium
Current behavior
When the user Sign up, there's no confirmation to validate his account.
Expected behavior
When the user Sign up, create the account as usual, but send an email with confirmation and the user should have an attribute like
verified: false
How to reproduce the user scenario
The text was updated successfully, but these errors were encountered: