[Koha-bugs] [Bug 17746] koha-reset-passwd hashes passwords with MD5

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 5 18:08:05 CET 2019


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |Needs Signoff

--- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Ok, this is my approach. I've:

- Added a set_password.pl script that uses Koha's API internally to do the
right thing, and has the flexibility to specify multiple patron matching
criterias.
- Rewrote koha-reset-passwd so it just calls set_password.pl instead of the
current templ file + onliner + SQL generation implementation.

The expected behaviour (for koha-reset-passwd) should remain. Check the first
patch in order to test set_password.pl

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


More information about the Koha-bugs mailing list