From 61dd8fefddc3cfa053a18b1bf2b640c1b34e64d6 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" Signed-off-by: Marie-Luce Laflamme --- 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 2126742681..3d4ac5d5a3 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt @@ -66,7 +66,7 @@ -
Cancel
+
Cancel
[% END # /IF Ask_data %] [% ELSE %] @@ -80,7 +80,7 @@
-

+

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