[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
Sat May 25 02:33:28 CEST 2019


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

--- Comment #78 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
1. Only one occurrence of passwordlengthhint
koha-tmpl/intranet-tmpl/prog/css/installer.css:#passwordlengthhint

2. Do we really need the warning when adding/editing a patron?
BTW, $warning is not needed, memberentry.pl
177     my $warning = 1;
178     $template->param("passwordwarning"=>$warning);

3. Just a though, next time we add a "step" we will need to rethink the
template.  The shift is terrible. And hard to see the real changes.

Not passing QA for 2, waiting for another QA point of view.

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


More information about the Koha-bugs mailing list