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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-4 / +3 lines)
Lines 788-799 OPAC: Link Here
788
            - "that a self-registering patron verify themselves via email."
788
            - "that a self-registering patron verify themselves via email."
789
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
789
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
790
        -
790
        -
791
            - "Use the patron category code"
791
            - "Use"
792
            - pref: PatronSelfRegistrationDefaultCategory
792
            - pref: PatronSelfRegistrationDefaultCategory
793
              choices: patron-categories
793
              choices: patron-categories
794
            - "as the default patron category for patrons registered via the OPAC."
794
            - "as the default patron category for patrons registered via the OPAC."
795
            - "<br><strong>WARNING: Do not use a regular patron category for self registration.</strong><br>
795
            - "<br><strong>WARNING: Do not use a regular patron category for self registration.</strong>"
796
If the <code>misc/cronjobs/cleanup_database.pl</code> cronjob is setup to delete unverified and unfinished OPAC self registrations, it will permanently and unrecoverably delete all patrons that have registered more than <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationExpireTemporaryAccountsDelay'>PatronSelfRegistrationExpireTemporaryAccountsDelay</a> days ago (unless that delay is empty or zero)."
796
            - "<br>If the <code>misc/cronjobs/cleanup_database.pl</code> cronjob is setup to delete unverified and unfinished OPAC self registrations, it will permanently and unrecoverably delete all patrons that have registered more than <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationExpireTemporaryAccountsDelay'>PatronSelfRegistrationExpireTemporaryAccountsDelay</a> days ago (unless that delay is empty or zero)."
797
        -
797
        -
798
            - Delete patrons still in the category indicated by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationDefaultCategory">PatronSelfRegistrationDefaultCategory</a>
798
            - Delete patrons still in the category indicated by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=PatronSelfRegistrationDefaultCategory">PatronSelfRegistrationDefaultCategory</a>
799
            - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay
799
            - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay
800
- 

Return to bug 28943