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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +2 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'),
Lines 891-894 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
891
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
892
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
892
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
893
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
893
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea')
894
('z3950Status','','','This syspref allows to define custom YAML based rules for marking items unavailable in z3950 results.','Textarea')
894
;
895
;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +5 lines)
Lines 474-479 Patrons: Link Here
474
               0: "Don't require"
474
               0: "Don't require"
475
         - a strong password for staff and patrons
475
         - a strong password for staff and patrons
476
         - (must contain at least one digit, one lowercase and one uppercase).
476
         - (must contain at least one digit, one lowercase and one uppercase).
477
     -
478
         - Check against the last
479
         - pref: PasswordHistoryCount
480
           class: integer
481
         - previous passwords when changing password.
477
     -
482
     -
478
         - pref: EnableExpiredPasswordReset
483
         - pref: EnableExpiredPasswordReset
479
           choices:
484
           choices:
480
- 

Return to bug 40824