[Bug 4988] New: password field in change password form should not display
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4988 Summary: password field in change password form should not display Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Patrons AssignedTo: kyle.m.hall@gmail.com ReportedBy: irma@calyx.net.au QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Estimated Hours: 0.0 Patrons do not wish their new password visible to bystanders. Type of HTML input field should be password, not text. However this interacts with the "suggested password" feature so either this would be deprecated, or provided in some other way. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4988 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-08-25 15:11:27 UTC --- Does this refer to the "change password" feature in the staff client? The assumption is that the staff client screen is private. Besides breaking the suggested password feature, you would also have to add a "re-type password" field to ensure accurate typing. If you want this enhancement now, it can be done by adding code to the intranetuserjs system preference: $(document).ready(function(){ $("#newpassword").parent().append("<input type=\"password\" value=\"\" size=\"20\" id=\"newpassword\" name=\"newpassword\">").end().remove(); }); -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4988 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de Version|rel_3_4 |rel_3_6 Resolution|--- |FIXED --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Passwords are no longer visible and have to be retyped a second time when setting or resetting them. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org