From 76dee45909965f7a037e65efdc68b40b0b3839b9 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 21 Mar 2019 17:59:59 +0000 Subject: [PATCH] Bug 22576: OPAC password text refresh To test: Create a patron with a username and password Make sure that password resets on OPAC are allowed in your system preferences (OpacPasswordChange -> Allow) Log into the OPAC with this patron Click the "Change password" tab Change the password - notice that the button to submit the changes says "Submit Changes" and also that the success page says "Return to my record" Apply this patch Reset the password again, noticing that the button to submit the new password says "Change password" and the success page says "Return to my account" --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt index 264f1e9307..7e37582894 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt @@ -61,7 +61,7 @@ -
Cancel
+
Cancel
[% END # /IF Ask_data %] [% ELSE %] @@ -75,7 +75,7 @@
-

+

[% END # /IF password_updated %] -- 2.11.0