[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 Mar 27 22:56:31 CET 2019


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

--- Comment #24 from Hayley Mapley <hayleymapley at catalyst.net.nz> ---
Created attachment 87124
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87124&action=edit
Bug 18308: (follow up) Changed order of onboarding steps

This patch cleans up the previous patches according to comment 23, fixes
various typos, and changes the order of steps in the onboarding so that
the setting of minPasswordLength occurs before the admin password is
set.

Test plan:
1) Drop and recreate your database, and restart_all
2) Go through installation and onboarding
3) Note that the order of steps
is:
 1 Create a library
 2 Create a ptron category
 3 Create Koha administrator patron
 4 Create a new item type
 5 Create a new circulation rule
 6 Set minPasswordLength syspref/Complete
4) Repeat steps 1 & 2
5) Note that the order of steps is now:
 1 Create a library
 2 Create a patron category
 3 Set minPasswordLength syspref
 4 Create Koha administrator patron
 5 Create a new item type
 6 Create a new circulation rule/Complete
6) Verify that the minPasswordLength syspref is set to the value from
onboarding
7) Verify that the patron, item type, and circulation rule made in the
onboarding exist in the administration
8) Sign off!

Sponsored-by Catalyst IT

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


More information about the Koha-bugs mailing list