[Koha-bugs] [Bug 10453] updating child to adult loses password

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 24 15:44:54 CET 2013


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

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 23810
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23810&action=edit
[SIGNED OFF] Bug 10453: Updating child to adult loses password

ModMember supposes the password given in parameter is the
password string, so if it receives the encrypted password,
it will encrypt it again! By simply deleting the password key
from the hash, ModMember leaves the password unchanged.

Test plan:
1/ Create or choose a child patron
2/ Update it to an adult category using the
   "Update child to adult patron" link
3/ Try to log in at the OPAC with this patron: It is not
   possible, the password has changed
4/ Apply the patch and try again previous steps

Signed-off-by: Mark Tompsett <mtompset at hotmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list