When creating a new patron, if you have chosen to let your browser remember your login and password for you, the login and password fields will be pre-filled with them, leading to a systematic error "the passwords entered do not match" since the second password field was not filled. These fields should be blank.
Created attachment 9558 [details] [review] Bug 8080 - login and password is pre-filled by the browser when creating a new patron When creating a new patron, if you have chosen to let your browser remember your login and password for you, the login and password fields will be pre-filled with them, leading to a systematic error "the passwords entered do not match" since the second password field was not filled. These fields should be blank. Add the directive autocomplete="off" to the memberentry form tags.
Created attachment 9584 [details] [review] Bug 8080 - login and password is pre-filled by the browser when creating a new patron When creating a new patron, if you have chosen to let your browser remember your login and password for you, the login and password fields will be pre-filled with them, leading to a systematic error "the passwords entered do not match" since the second password field was not filled. These fields should be blank. Add the directive autocomplete="off" to the memberentry form tags. Signed-off-by: Liz Rea <wizzyrea@gmail.com> passes t xt enhances usability of password forms, gets my signoff.
I think bug status should be "Signed off"
Template only change, just adds autocomplete="off" attribute as appropriate. Thanks for fixing this one, it's been an annoyance to me on my test installs for a long while. Passed QA.
Probably usefull and harmless to backport to 3.8
Pushed to 3.8.x, will be in 3.8.2