From 34341a96b813c13c5e8bf6980594b7e00f024fe1 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 21 Jan 2022 15:57:28 -1000 Subject: [PATCH] Bug 28943: (QA follow-up) Fix opac.pref Fix YAML syntax of opac.pref, we must use dash for new lines. Also removes duplicate text before syspref. No need to say "code" since it is now a list of categories. Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall (cherry picked from commit 31fffa6006bf25bfa303fa44f4ae56f461cebb59) Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Andrew Fuerste-Henry (cherry picked from commit 53e2a1b61c1b54dc7729e90049f35b9eb585320b) Signed-off-by: Victor Grousset/tuxayo --- .../prog/en/modules/admin/preferences/opac.pref | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index ebf397d3eb..100446571b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -805,12 +805,12 @@ OPAC: - "that a self-registering patron verify themselves via email." - "
NOTE: This system preference requires the misc/cronjobs/cleanup_database.pl cronjob. Ask your system administrator to schedule it." - - - "Use the patron category code" + - "Use" - 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 (unless that delay is empty or zero)." + - "
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 (unless that delay is empty or zero)." - - "Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory" - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay -- 2.39.5