[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
Thu Jul 26 15:37:30 CEST 2018


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

--- Comment #14 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 77287
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77287&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

Signed-off-by: John Doe <you at example.com>

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


More information about the Koha-bugs mailing list