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

(-)a/installer/data/mysql/atomicupdate/bug_16282.sql (+1 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('UsernamesCaseSensitive','0','If ON, usernames are evaluated case sensitively when users are logging in','','YesNo') ;
(-)a/installer/data/mysql/sysprefs.sql (-1 / +2 lines)
Lines 532-536 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
532
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'),
532
('XSLTDetailsDisplay','default','','Enable XSL stylesheet control over details page display on intranet','Free'),
533
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
533
('XSLTResultsDisplay','default','','Enable XSL stylesheet control over results page display on intranet','Free'),
534
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
534
('z3950AuthorAuthFields','701,702,700',NULL,'Define the MARC biblio fields for Personal Name Authorities to fill biblio.author','free'),
535
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo')
535
('z3950NormalizeAuthor','0','','If ON, Personal Name Authorities will replace authors in biblio.author','YesNo'),
536
('UsernamesCaseSensitive','1','','If ON, usernames are evaluated case sensitively when users are logging in','YesNo')
536
;
537
;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref (-1 / +6 lines)
Lines 159-164 Patrons: Link Here
159
               yes: Do
159
               yes: Do
160
               no: "Don't"
160
               no: "Don't"
161
         - charge a fee when a patron changes to a category with an enrollment fee.
161
         - charge a fee when a patron changes to a category with an enrollment fee.
162
     -
163
         - Usernames are case sensitive
164
         - pref: UsernamesCaseSensitive
165
           choices: 
166
                yes: "Yes"
167
                no: "No"
162
    "Norwegian patron database":
168
    "Norwegian patron database":
163
     -
169
     -
164
         - pref: NorwegianPatronDBEnable
170
         - pref: NorwegianPatronDBEnable
165
- 

Return to bug 16282