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 436-441 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
436
('ReplyToDefault','',NULL,'Use this email address as the replyto in emails','Free'),
436
('ReplyToDefault','',NULL,'Use this email address as the replyto in emails','Free'),
437
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'),
437
('ReportsLog','0',NULL,'If ON, log information about reports.','YesNo'),
438
('RequestOnOpac','1',NULL,'If ON, globally enables patron holds on OPAC','YesNo'),
438
('RequestOnOpac','1',NULL,'If ON, globally enables patron holds on OPAC','YesNo'),
439
('RequireStrongPassword','1','','Require a strong login password for staff and patrons','YesNo'),
439
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'),
440
('ReservesControlBranch','PatronLibrary','ItemHomeLibrary|PatronLibrary','Branch checked for members reservations rights','Choice'),
440
('ReservesMaxPickUpDelay','7','','Define the Maximum delay to pick up an item on hold','Integer'),
441
('ReservesMaxPickUpDelay','7','','Define the Maximum delay to pick up an item on hold','Integer'),
441
('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'),
442
('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 88-93 Patrons: Link Here
88
           class: integer
88
           class: integer
89
         - characters long.
89
         - characters long.
90
     -
90
     -
91
         - pref: RequireStrongPassword
92
           choices:
93
               yes: "Require"
94
               no: "Don't require"
95
         - a strong password for staff and patrons
96
         - (Must contain at least one digit, one lowercase and one uppercase).
97
     -
91
         - Show a notice if the patron is about to expire or has expired
98
         - Show a notice if the patron is about to expire or has expired
92
         - pref: NotifyBorrowerDeparture
99
         - pref: NotifyBorrowerDeparture
93
           class: integer
100
           class: integer
94
- 

Return to bug 18298