-
Notifications
You must be signed in to change notification settings - Fork 2
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
#65 - toggle password visibility #164
Conversation
registration forms
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I will get rid of filed "password confirmation" because now we have toggle to see password, but maybe it's a task for another pr?
So the button in registration form doesn't reveal "Confirm Password" field? Just the "Password" one? |
No, I mean that we should delete input "Confirm password". This field is unnecessary due to potential user errors, the inconvenience of entering complex passwords twice, the availability of more advanced verification methods, and the desire for a smoother user experience. |
registration form
Added button to toggle password visibility.
Invisible:
Visible:
Same goes to register form.
Invisible:
Visible:
It should close #65.