Skip to content

Instantly share code, notes, and snippets.

@practicingruby
Forked from david/signup.feature.md
Last active December 18, 2015 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save practicingruby/5785830 to your computer and use it in GitHub Desktop.
Save practicingruby/5785830 to your computer and use it in GitHub Desktop.

Signup

  • Users need to sign up to use our app because [purpose]. We don't want to scare users with a long form though, so we'll simply ask for the minimum information. In our case that's the name, email and a password.

  • We don't ask users to confirm the password because they can easily reset it using the Forgot Password? link.

  • All fields are required, so the user will not be signed up if they fail to provide any of the required information.

  • Emails are unique, so using an email that already exists also results in an error.

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