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

(-)a/installer/data/mysql/atomicupdate/bug_bulac3.sql (+1 lines)
Line 0 Link Here
1
INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES ('PatronSelfRegistrationPrefillForm', '1', 'Display password and prefill login form after a patron has self registered', NULL, 'YesNo');
(-)a/installer/data/mysql/sysprefs.sql (+1 lines)
Lines 390-395 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
390
('PatronSelfRegistrationEmailMustBeUnique', '0', 'If set, the field borrowers.email will be considered as a unique field on self registering', NULL, 'YesNo'),
390
('PatronSelfRegistrationEmailMustBeUnique', '0', 'If set, the field borrowers.email will be considered as a unique field on self registering', NULL, 'YesNo'),
391
('PatronSelfRegistrationExpireTemporaryAccountsDelay','0',NULL,'If PatronSelfRegistrationDefaultCategory is enabled, this system preference controls how long a patron can have a temporary status before the account is deleted automatically. It is an integer value representing a number of days to wait before deleting a temporary patron account. Setting it to 0 disables the deleting of temporary accounts.','Integer'),
391
('PatronSelfRegistrationExpireTemporaryAccountsDelay','0',NULL,'If PatronSelfRegistrationDefaultCategory is enabled, this system preference controls how long a patron can have a temporary status before the account is deleted automatically. It is an integer value representing a number of days to wait before deleting a temporary patron account. Setting it to 0 disables the deleting of temporary accounts.','Integer'),
392
('PatronSelfRegistrationLibraryList','',NULL,'Only display libraries listed. If empty, all libraries are displayed.','Free'),
392
('PatronSelfRegistrationLibraryList','',NULL,'Only display libraries listed. If empty, all libraries are displayed.','Free'),
393
('PatronSelfRegistrationPrefillForm','1',NULL,'Display password and prefill login form after a patron has self registered','YesNo'),
393
('PatronSelfRegistrationVerifyByEmail','0',NULL,'If enabled, any patron attempting to register themselves via the OPAC will be required to verify themselves via email to activate his or her account.','YesNo'),
394
('PatronSelfRegistrationVerifyByEmail','0',NULL,'If enabled, any patron attempting to register themselves via the OPAC will be required to verify themselves via email to activate his or her account.','YesNo'),
394
('PatronsPerPage','20','20','Number of Patrons Per Page displayed by default','Integer'),
395
('PatronsPerPage','20','20','Number of Patrons Per Page displayed by default','Integer'),
395
('EnablePayPalOpacPayments',  '0', NULL ,  'Enables the ability to pay fees and fines from  the OPAC via PayPal',  'YesNo' ),
396
('EnablePayPalOpacPayments',  '0', NULL ,  'Enables the ability to pay fees and fines from  the OPAC via PayPal',  'YesNo' ),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-1 / +7 lines)
Lines 751-756 OPAC: Link Here
751
            - pref: PatronSelfRegistrationLibraryList
751
            - pref: PatronSelfRegistrationLibraryList
752
            - (separate branchcode with |).
752
            - (separate branchcode with |).
753
            - If empty, all libraries will be listed.
753
            - If empty, all libraries will be listed.
754
        -
755
            - pref: PatronSelfRegistrationPrefillForm
756
              choices:
757
                  yes: "Display and prefill"
758
                  no: "Do not display and prefill"
759
            - "password and login form after a patron has self registered."
760
754
    Advanced Search Options:
761
    Advanced Search Options:
755
        -
762
        -
756
            - Show search options
763
            - Show search options
757
- 

Return to bug 16273