26 Jul
2018
26 Jul
'18
3:37 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21087 --- Comment #14 from Kyle M Hall <kyle@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@example.com> -- You are receiving this mail because: You are watching all bug changes.