View | Details | Raw Unified | Return to bug 18298
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_13664.sql (+2 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (`variable`, `value`, `options`, `explanation`, `type`)
2
VALUES ('RequireStrongPassword','0','','Require a strong login password for staff and patrons','YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 450-455 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
450
('ReplyToDefault','',NULL,'Use this email address as the replyto in emails','Free'),
450
('ReplyToDefault','',NULL,'Use this email address as the replyto in emails','Free'),
451
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'),
451
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'),
452
('RequestOnOpac','1',NULL,'If ON, globally enables patron holds on OPAC','YesNo'),
452
('RequestOnOpac','1',NULL,'If ON, globally enables patron holds on OPAC','YesNo'),
453
('RequireStrongPassword','1','','Require a strong login password for staff and patrons','YesNo'),
453
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'),
454
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'),
454
('ReservesMaxPickUpDelay','7','','Define the Maximum delay to pick up an item on hold','Integer'),
455
('ReservesMaxPickUpDelay','7','','Define the Maximum delay to pick up an item on hold','Integer'),
455
('ReservesNeedReturns','1','','If ON, a hold placed on an item available in this library must be checked-in, otherwise, a hold on a specific item, that is in the library & available is considered available','YesNo'),
456
('ReservesNeedReturns','1','','If ON, a hold placed on an item available in this library must be checked-in, otherwise, a hold on a specific item, that is in the library & available is considered available','YesNo'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +7 lines)
Lines 89-94 Patrons: Link Here
89
         - pref: minPasswordLength
89
         - pref: minPasswordLength
90
           class: integer
90
           class: integer
91
         - characters long.
91
         - characters long.
92
     -
93
         - pref: RequireStrongPassword
94
           choices:
95
               yes: "Require"
96
               no: "Don't require"
97
         - a strong password for staff and patrons
98
         - (Must contain at least one digit, one lowercase and one uppercase).
92
     -
99
     -
93
         - Show a notice if the patron is about to expire or has expired
100
         - Show a notice if the patron is about to expire or has expired
94
         - pref: NotifyBorrowerDeparture
101
         - pref: NotifyBorrowerDeparture
95
- 

Return to bug 18298