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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (+1 lines)
Lines 618-623 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
618
('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'),
618
('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'),
619
('OverduesBlockRenewing','allow','allow|blockitem|block','If any of patron checked out documents is late, should renewal be allowed, blocked only on overdue items or blocked on whatever checked out document','Choice'),
619
('OverduesBlockRenewing','allow','allow|blockitem|block','If any of patron checked out documents is late, should renewal be allowed, blocked only on overdue items or blocked on whatever checked out document','Choice'),
620
('PassItemMarcToXSLT','0',NULL,'If enabled, item fields in the MARC record will be made available to XSLT sheets. Otherwise they will be removed.','YesNo'),
620
('PassItemMarcToXSLT','0',NULL,'If enabled, item fields in the MARC record will be made available to XSLT sheets. Otherwise they will be removed.','YesNo'),
621
('PasswordHistoryCount','0','Number of previous passwords to check against when changing password','','Integer'),
621
('PatronAnonymizeDelay','',NULL,'Delay for anonymizing patrons', 'Integer'),
622
('PatronAnonymizeDelay','',NULL,'Delay for anonymizing patrons', 'Integer'),
622
('PatronAutoComplete','1','Try|Don\'t try','to guess the patron being entered while typing a patron search for circulation or patron search. Only returns the first 10 results at a time.','YesNo'),
623
('PatronAutoComplete','1','Try|Don\'t try','to guess the patron being entered while typing a patron search for circulation or patron search. Only returns the first 10 results at a time.','YesNo'),
623
('PatronDuplicateMatchingAddFields','surname|firstname|dateofbirth', NULL,'A list of fields separated by "|" to deduplicate patrons when created','Free'),
624
('PatronDuplicateMatchingAddFields','surname|firstname|dateofbirth', NULL,'A list of fields separated by "|" to deduplicate patrons when created','Free'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +5 lines)
Lines 475-480 Patrons: Link Here
475
               0: "Don't require"
475
               0: "Don't require"
476
         - a strong password for staff and patrons
476
         - a strong password for staff and patrons
477
         - (must contain at least one digit, one lowercase and one uppercase).
477
         - (must contain at least one digit, one lowercase and one uppercase).
478
     -
479
         - Check against the last
480
         - pref: PasswordHistoryCount
481
           class: integer
482
         - previous passwords when changing password.
478
     -
483
     -
479
         - pref: EnableExpiredPasswordReset
484
         - pref: EnableExpiredPasswordReset
480
           choices:
485
           choices:
481
- 

Return to bug 40824