From 5cb1941f06fa27e134e50ee7e15a2134d3f8a464 Mon Sep 17 00:00:00 2001 From: Llewellyn Marshall Date: Wed, 29 Jun 2022 14:59:05 -0400 Subject: [PATCH] add template-bootstrap version --- Open-ILS/src/templates-bootstrap/opac/myopac/update_password.tt2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/update_password.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/update_password.tt2 index dcd8f4cac4..d4104d360f 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/update_password.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/update_password.tt2 @@ -22,6 +22,11 @@ [% |l %]Passwords do not match.[% END %] +[% ELSIF ctx.password_duplicate %] +
+ [% |l %]New password can not be the same as current password.[% END %] +
+ [% ELSIF ctx.password_incorrect %]
[% |l %]Your current password was not correct.[% END %] -- 2.11.0