[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
Thu Aug 27 18:49:16 CEST 2020


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

--- Comment #48 from Agustín Moyano <agustinmoyano at theke.io> ---
Created attachment 109245
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=109245&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

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


More information about the Koha-bugs mailing list