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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +1 lines)
Lines 554-560 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
554
('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'),
554
('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'),
555
('PatronSelfRegistrationLibraryList','',NULL,'Only display libraries listed. If empty, all libraries are displayed.','Free'),
555
('PatronSelfRegistrationLibraryList','',NULL,'Only display libraries listed. If empty, all libraries are displayed.','Free'),
556
('PatronSelfRegistrationPrefillForm','1',NULL,'Display password and prefill login form after a patron has self registered','YesNo'),
556
('PatronSelfRegistrationPrefillForm','1',NULL,'Display password and prefill login form after a patron has self registered','YesNo'),
557
('PatronSelfRegistrationUseridGenerationMethod', 'default', 'default|email', 'Method for generating userid of of a borrower when self registering in OPAC.  Fallback to generating a userid from the name of the borrower.', ''),
557
('PatronSelfRegistrationUseridGenerationMethod', 'default', 'default|email', 'Method for generating userid of of a patron when self registering in OPAC.  Fallback to generating a userid from the name of the patron.', ''),
558
('PatronSelfRegistrationVerifyByEmail','0',NULL,'If enabled, any patron attempting to register themselves via the OPAC will be required to verify themselves via email to activate their account.','YesNo'),
558
('PatronSelfRegistrationVerifyByEmail','0',NULL,'If enabled, any patron attempting to register themselves via the OPAC will be required to verify themselves via email to activate their account.','YesNo'),
559
('PatronsPerPage','20','20','Number of Patrons Per Page displayed by default','Integer'),
559
('PatronsPerPage','20','20','Number of Patrons Per Page displayed by default','Integer'),
560
('PatronQuickAddFields',  '', NULL ,  'A list of fields separated by "|" to be displayed along with mandatory fields in the patron quick add form if chosen at patron entry',  'Free' ),
560
('PatronQuickAddFields',  '', NULL ,  'A list of fields separated by "|" to be displayed along with mandatory fields in the patron quick add form if chosen at patron entry',  'Free' ),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-2 / +1 lines)
Lines 808-814 OPAC: Link Here
808
              choices:
808
              choices:
809
                  default: "firstname.surname[uniqueness number, if needed]"
809
                  default: "firstname.surname[uniqueness number, if needed]"
810
                  email: "email address"
810
                  email: "email address"
811
            - to generate the user name of a borrower when self registering in OPAC.
811
            - to generate the userid of a patron when self registering in OPAC.
812
        -
812
        -
813
            - pref: OPACPatronDetails
813
            - pref: OPACPatronDetails
814
              choices:
814
              choices:
815
- 

Return to bug 29480