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

(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 288-293 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
288
('OPACNumbersPreferPhrase','0',NULL,'Control the use of phr operator in callnumber and standard number OPAC searches','YesNo'),
288
('OPACNumbersPreferPhrase','0',NULL,'Control the use of phr operator in callnumber and standard number OPAC searches','YesNo'),
289
('OPACnumSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'),
289
('OPACnumSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'),
290
('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'),
290
('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'),
291
('OpacPasswordStrength','1',NULL,'If ON, display password strength meter','YesNo'),
291
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'),
292
('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'),
292
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'),
293
('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'),
293
('OpacPrivacy','0',NULL,'if ON, allows patrons to define their privacy rules (reading history)','YesNo'),
294
('OpacPrivacy','0',NULL,'if ON, allows patrons to define their privacy rules (reading history)','YesNo'),
294
- 

Return to bug 13664