http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3674
--- Comment #6 from Fernando L. Canizo <[email protected]> 2011-05-30 18:52:07 UTC --- (In reply to comment #4) > (In reply to comment #2) > Your patch solves the bug, ie put a correct value in password field, but > there is no UI feedback telling the librarian what has been done > internally. I think it's confusing. And it's also not clear what happens > when password is modified and cleared for an existing borrower. Regarding your concerns I'm not sure if informing the user would not add to more confusion. I think it's enough to document this behavior. I tested this for the 4 user creation cases: no login/no password, no login/yes password, yes login/no password and yes login/yes password. Where yes/no stand for "provided". All went ok. Also I tried modifying an already created user password, and it also went ok. Trying to clear the password by deleting '*' in form or by deleting login+password doesn't do anything, password and login remains. In fact there's no way to clear a password or mark a user as disabled, but that's material for another bug, we will have to change C4::Members::ModMember -- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
