@@ -, +, @@ PatronSelfRegistrationDefaultCategory system preference is clear and makes sense. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -796,7 +796,7 @@ OPAC: yes: Allow no: "Don't allow" - "library patrons to register for an account via the OPAC." - -
NOTE: This needs PatronSelfRegistrationDefaultCategory to be set to a valid patron category code.' + - "
NOTE: This needs PatronSelfRegistrationDefaultCategory to be set to a valid patron category code." - - pref: PatronSelfRegistrationVerifyByEmail choices: @@ -809,8 +809,9 @@ OPAC: - pref: PatronSelfRegistrationDefaultCategory class: short - "as the default patron category for patrons registered via the OPAC." + - "
WARNING: Do not use a regular patron category for self registration. If the misc/cronjobs/cleanup_database.pl cronjob is setup to delete unverified and unfinished OPAC self registrations, it will permanently and unrecoverably delete all patrons that have registered more than PatronSelfRegistrationExpireTemporaryAccountsDelay days ago." - - - Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory' + - Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay class: integer - "days after account creation." --