[Koha-bugs] [Bug 18308] Default value of minPasswordLength should be increased

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 27 23:46:11 CEST 2020


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

--- Comment #90 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
If I understand correctly the problematic line is:

 $minPasswordLength = 8 if not $minPasswordLength or $minPasswordLength < 8;

So if we kept the patch as attached, I think we will break people's workflows.
If you have set to a lower password value now, Koha will suddenly force you to
use a longer password. Another use case I could see is 4 digit PINs for self
checks. I know some older self checks don't support alphanumeric, not sure
about length.

I feel like we should continue the discussion on a hardcoded value on bug 18308
and keep this one to just change the default value we ship Koha with. It will
be a step forward that we can get through quickly.

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


More information about the Koha-bugs mailing list