auth0 / lock

Auth0's signin solution
https://auth0.com/docs/libraries/lock
Other
1.13k stars 556 forks source link

Add button for change password input field to text #464

Closed aguspina closed 7 years ago

aguspina commented 8 years ago

It would be really useful to have this feature, so new users could verify the password before they submit the form.

theopak commented 7 years ago

Hi, happy Auth0 Enterprise customer here and I'd love to have this feature. Our account dashboard shows a login count in the high tens of thousands for the past week, and a good number of those were interactive logins using Auth0 Lock.

I'd like a way to show someone the characters they are typing into the password boxes. I wish there was something like a checkbox on both the signup and login forms that did this. I think it's a fairly standard UX pattern that I see everywhere.

When it comes to implementation: I think it would be hard to reliably switch between a password input and a text input, however, it may be easier to add a second display to the screen and show/hide it without changing password input focus.

I like amazon.com's Sign In screen on mobile (see below screen capture). Can Auth0 Lock have this as an option?

amazon.gif

luisrudge commented 7 years ago

added here https://github.com/auth0/lock/pull/1029