From 05cb133aca0e87ecf900c1669dce968e880124be Mon Sep 17 00:00:00 2001 From: Andrew Fuerste-Henry Date: Thu, 4 Jun 2020 16:21:27 +0000 Subject: [PATCH] Bug 25675: Reword and reorganize sysprefs related to patron self modification To Test: 1: apply patch 2: restart all 3: go to System Preferences > OPAC 4: confirm "Self registration" section is now labeled "Self registration and modification" 5: confirm OPACPatronDetails is now in the "Self registration and modification" section 6: confirm PatronSelfRegistration now reads "(Allow / Don't allow) library patrons to register for an account via the OPAC." 7: set OPACPatronDetails to Don't allow 8: set PatronSelfRegistration to Allow 9: log into the opac and verify you're not able to edit your patron details on an existing account --- .../prog/en/modules/admin/preferences/opac.pref | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 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 7169962c84..3fe3caa33f 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 @@ -409,12 +409,6 @@ OPAC: no: "not allowed" - " to recover their password via e-mail in the OPAC" - - - pref: OPACPatronDetails - choices: - yes: Allow - no: "Don't allow" - - patrons to notify the library of changes to their contact information from the OPAC. - - - pref: OPACpatronimages choices: yes: Show @@ -812,13 +806,13 @@ OPAC: no: "Don't use" - "the item collection code when finding items for the shelf browser." - Self registration: + Self registration and modification: - - pref: PatronSelfRegistration choices: yes: Allow no: "Don't allow" - - "library patrons to register or modify their account via the OPAC." + - "library patrons to register for an account via the OPAC." - "
NOTE: This needs PatronSelfRegistrationDefaultCategory to be set to a valid patron category code." - - pref: PatronSelfRegistrationVerifyByEmail @@ -882,7 +876,13 @@ OPAC: yes: Require no: "Do not require" - users to confirm their email address by entering it twice. - + - + - pref: OPACPatronDetails + choices: + yes: Allow + no: "Don't allow" + - patrons to notify the library of changes to their contact information from the OPAC. + Advanced search options: - - Show search options -- 2.11.0