add template-bootstrap version
authorLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Wed, 29 Jun 2022 18:59:05 +0000 (14:59 -0400)
committerLlewellyn Marshall <llewellyn.marshall@ncdcr.gov>
Wed, 29 Jun 2022 18:59:05 +0000 (14:59 -0400)
Open-ILS/src/templates-bootstrap/opac/myopac/update_password.tt2

index dcd8f4c..d4104d3 100755 (executable)
         [% |l %]Passwords do not match.[% END %]
     </div>
 
+[% ELSIF ctx.password_duplicate %]
+    <div id='account-update-email-error'>
+        [% |l %]New password can not be the same as current password.[% END %]
+    </div>
+
 [% ELSIF ctx.password_incorrect %]
     <div id='account-update-email-error'>
         [% |l %]Your current password was not correct.[% END %]