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

Sign Up Component #243

Open
15 tasks
tmesser opened this issue Feb 8, 2020 · 0 comments
Open
15 tasks

Sign Up Component #243

tmesser opened this issue Feb 8, 2020 · 0 comments

Comments

@tmesser
Copy link

tmesser commented Feb 8, 2020

The existing functionality is fine, it just needs to be in React

Tasks:

  • Create email field
  • Create password field
  • Check for user name uniqueness and reject if not unique
  • Check for adherence to password policy
  • Create Recaptcha infrastructure
  • Create confirm button
  • Create account on confirmation
  • Send mail to confirm email to user after account creation

Acceptance Criteria:

  • Can enter user name
  • Duplicate user name is not accepted
  • Can create password
  • Cannot create weak or noncompliant password
  • Account is created
  • Email confirmation is received
  • Recaptcha shows up when appropriate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant