Remove password confirmation field#11388
Conversation
7445340 to
fa58250
Compare
b175d76 to
b01314a
Compare
3d91f1f to
deefbbb
Compare
deefbbb to
b617b76
Compare
alecslupu
left a comment
There was a problem hiding this comment.
I have tested most of the happy paths (user clicks to signup, user is being invited to admin).
While checking i could see that we may have another place where the password confirmation may not be needed. I wonder if system admin needs to carry the password validation ...
OFC is not needed to be done in this PR.
Still pending more intensive user review from my end.
Suggested by code review Co-authored-by: Alexandru Emil Lupu <contact@alecslupu.ro>
Great! We should be special careful with the help text (that is still there after submitting) and also the error messages (that kicks in correctly and so on).
I actually had doubts regarding this one. On one hand, you know that I'm a fan of making it consistent all the time, but in this particular case one of the inputs for setting up this password is the CLI. That's hidden too, and I don't think that we should implement this there. You can check it out with |
|
Form testing session
|
🎩 What? Why?
One year ago, we received a PR to disable the password confirmation field and have a "show password" button, to bring a more modern experience, solve problems like people having to add the same password twice correctly and so on.
📌 Related Issues
Testing
Try to set up the password on:
📷 Screenshots
User sign-up
User log in
User log in (modal)
Forgot password
Admin/forced password change
Account/password change
Set password on invitation