Skip to content

Instantly share code, notes, and snippets.

@rossbelmont
Last active March 23, 2023 22:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rossbelmont/783d71e58e440223cdc6 to your computer and use it in GitHub Desktop.
Save rossbelmont/783d71e58e440223cdc6 to your computer and use it in GitHub Desktop.
Feature Overview (Sample)

Goal

Allow users to see their password when signing in to minimize errors and password resets.

Key Concepts

  • There's a new Show Password checkbox—checked by default—below the Password field. When it's checked, the Password displays as plain text instead of the usual display of dots.
  • This pattern is used by Amazon (on mobile) as of this writing.
  • PayPal, Foursquare, LinkedIn, and others have similar approaches.

Inventory

Exception Cases

Known Risks

  • Let's ensure the password can still be sent to the back-end securely.

Images and Files

Show password

Error state

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