From 468047c383536d802e1e02e3fefb2168dc9d27c7 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Sat, 4 Apr 2020 23:13:00 +0000 Subject: [PATCH] Bug 25053: Clarify the description of syspref PatronSelfRegistrationExpireTemporaryAccountsDelay This patch changes the wording of this system preference. To test: 1) Check the current wording of this system preference. 2) Install the patch. 3) Check that the wording of this system preference has changed to "Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory X days after account creation." Signed-off-by: David Nind Signed-off-by: Jonathan Druart Signed-off-by: Martin Renvoize --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 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 c705a288c3..485d17d79a 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 @@ -830,10 +830,10 @@ OPAC: class: short - "as the default patron category for patrons registered via the OPAC." - - - "Delete patrons registered via the OPAC, but not yet verified after" + - "Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory" - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay class: integer - - "days." + - "days after account creation." - "
NOTE: This system preference requires the misc/cronjobs/cleanup_database.pl cronjob. Ask your system administrator to schedule it." - - "The following database columns must be filled in on the patron entry screen:" -- 2.39.5