https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18308
--- Comment #73 from Kyle M Hall <[email protected]> --- 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. _______________________________________________ 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/
