16 Sep
2018
16 Sep
'18
8:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21314 --- Comment #14 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #10)
+ if ( C4::Context->preference('RequireStrongPassword') ) { + $minPasswordLength = 3 if $minPasswordLength < 3; + }
How strong is that? LOL Imo we should enforce at least 8 chars or so, and educate users that security has a price.
See bug 18308. -- You are receiving this mail because: You are watching all bug changes.