[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
Wed Apr 24 21:26:54 CEST 2019


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

--- Comment #73 from Kyle M Hall <kyle at bywatersolutions.com> ---
Comment on attachment 88314
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=88314
Bug 18308: Added step to onboarding tool to set minPasswordLength

Review of attachment 88314:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18308&attachment=88314)
-----------------------------------------------------------------

::: installer/onboarding.pl
@@ +292,5 @@
>  
> +if ( $step == 6 ) {
> +    if ( $op eq 'set_validate_min_password_length' ) {
> +        my $minPasswordLength   = $input->param('pref_minPasswordLength');
> +        warn $minPasswordLength;

This should be removed.

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


More information about the Koha-bugs mailing list