[Koha-bugs] [Bug 21087] Patron's password is hashed twice when the object is saved

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 25 15:40:39 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21087

--- Comment #9 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 77255
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77255&action=edit
Bug 21087: Do not store the password in ->store for existing patrons

When ->store is called on an existing patron we must not save the
password, but keep the one in DB instead.
There is a dedicated method (update_password) to call when the password
need to be updated

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


More information about the Koha-bugs mailing list