[Koha-bugs] [Bug 4988] password field in change password form should not display

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 25 17:11:27 CEST 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4988

--- Comment #1 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list