https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21314
--- Comment #11 from Kyle M Hall <[email protected]> --- (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. Agreed, but that's another bug report ;) IMO we should have a syspref where we can add a custom or canned regex to define password difficulty. But again, that's quite out of scope here. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
