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

Define email as a mandatory field on user registration #180

Closed
4 tasks done
bajiat opened this issue Jun 26, 2015 · 3 comments
Closed
4 tasks done

Define email as a mandatory field on user registration #180

bajiat opened this issue Jun 26, 2015 · 3 comments
Assignees
Milestone

Comments

@bajiat
Copy link
Contributor

bajiat commented Jun 26, 2015

We are using email as a unique identifier for users. Ensure that all users of Apinf must register and validate their email at signup. This includes Github authentication.

Definition of done

  • Make sure email is a mandatory field in user profile schema.
  • Ensure that user email is collected when users authenticate by any method.
  • Send confirmation email to ensure accuracy of user emails.
  • To ensure the validity of email address.
@frenchbread
Copy link
Contributor

Related branch - email-is-mandatory

@brylie
Copy link
Contributor

brylie commented Jul 27, 2015

E.g. when a user signs in, check if they have an email address stored in their profile. If no email address is available, prompt for email.

@brylie brylie added ready and removed planning labels Jul 27, 2015
@frenchbread
Copy link
Contributor

Useful info regarding getting an email when authenticating using github

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

No branches or pull requests

5 participants