Summary: | login and password no longer pre-filled by the browser when creating a new patron | ||
---|---|---|---|
Product: | Koha | Reporter: | Gaetan Boisson <gaetan.boisson> |
Component: | Patrons | Assignee: | Kyle M Hall <kyle.m.hall> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | new feature | ||
Priority: | P5 - low | CC: | chris, dkumar9616, fridolin.somers, gmcharlt, hc, julian.maurice, koha.sekjal, paul.poulain |
Version: | 3.10 | ||
Hardware: | All | ||
OS: | All | ||
URL: | slsn-koha.informindia.co.in | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14599 | ||
Change sponsored?: | Seeking cosponsors | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 8080 - login and password is pre-filled by the browser when creating a new patron
Bug 8080 - login and password is pre-filled by the browser when creating a new patron |
Description
Gaetan Boisson
2012-05-13 16:03:29 UTC
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 |