From 083ce15dee7b7108a3103c2d4c90fca8df28230b 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 Signed-off-by: DonnaB Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit 3e4b92d84c50bee27b2f331e5fbbc04813e469bb) Signed-off-by: Lucas Gass (cherry picked from commit 566a9f5a214c38935a65fa4392d24edef2052d85) Signed-off-by: Aleisha Amohia --- .../en/modules/admin/preferences/opac.pref | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 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 0ff9f45a5c..f6626e01aa 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 @@ -405,12 +405,6 @@ OPAC: yes: "allowed" 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: @@ -801,13 +795,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 @@ -865,6 +859,18 @@ OPAC: yes: "Display and prefill" no: "Do not display and prefill" - "password and login form after a patron has self registered." + - + - pref: PatronSelfRegistrationConfirmEmail + choices: + 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: - -- 2.39.5