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.