[Koha-bugs] [Bug 23816] Allow to have different password strength and length settings for different patron categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 2 14:55:13 CEST 2020


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

--- Comment #71 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 109527
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=109527&action=edit
Bug 23816: (follow-up) Fix many things

This patch:
 * reverts changes on misc/admin/set_password.pl
 * makes category param mandatory for AuthUtils::is_valid_password and
AuthUtils::generate_password
 * changes onboarding.pl to set category param in AuthUtils::is_valid_password
 * Completes t/db_dependent/AuthUtils.t and drops t/AuthUtils.t
 * Removes offending <input type="number"/> and replaces it by <input
type="text" inputmode="numeric" pattern="[0-9]*"/>

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

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list