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

No email verification #1

Open
samgeorges opened this issue Jul 11, 2013 · 2 comments
Open

No email verification #1

samgeorges opened this issue Jul 11, 2013 · 2 comments

Comments

@samgeorges
Copy link
Member

When a user signs up they should have their email verified

@Garbee
Copy link

Garbee commented Jul 11, 2013

As an option to turn on yes. Some sites may not want this behavior since it adds friction to the user getting what they need to do done.

We can easily make an "activated" column as a boolean value. From there have a config option which says if it is to be true or false on account creation with the default option being true. Then if email verification is enabled it can be handled like a password reset token pretty much.

@daftspunk
Copy link
Member

I can see three different modes taking shape here:

  • No verification - current functionality
  • Soft verification - sends an email with a link to verify the email account, with a simple flag but does not impact the registration workflow
  • Hard verification - same as soft, except you cannot proceed until you have verified

Thoughts?

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

No branches or pull requests

3 participants