From 5abd166791fe2121e8e38e472007cbb2bf7ca659 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 Signed-off-by: Joy Nelson (cherry picked from commit 2b8f6f62af9c262bec4a4ce88ddae3d706727fb1) Signed-off-by: Lucas Gass --- .../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 1b46c3d4a4..fbdc866311 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 @@ -785,10 +785,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.20.1