https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18308 --- Comment #74 from Kyle M Hall <kyle@bywatersolutions.com> --- Comment on attachment 88315 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88315 Bug 18308: Added warning and dialog alert Review of attachment 88315: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18308&attachment=88315) ----------------------------------------------------------------- ::: members/memberentry.pl @@ +174,5 @@
+#Check passwords +my $minPasswordLength = C4::Context->preference('minPasswordLength'); +warn $minPasswordLength; +if ($minPasswordLength < 8) { + warn my $warning = "Your minPasswordLength system preference is less than 8 characters this means library patrons can potentially set passwords which are vulnerable to cracking. Please set your minPasswordLength syspref to 8 or more characters";
This is not translatable and should not be warn'ed. -- You are receiving this mail because: You are watching all bug changes.