Bug 22706: Add plugin hooks for Norwegian national patron database
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / member-password.tt
index 73b95ca..e20d72e 100644 (file)
@@ -45,6 +45,9 @@
         [% IF ( ERROR_password_has_whitespaces ) %]
             <li id="ERROR_weak_password">Password must not contain leading or trailing whitespaces.</li>
         [% END %]
+        [% IF ( ERROR_from_plugin ) %]
+            <li id="ERROR_from_plugin">The password was rejected by a plugin.</li>
+        [% END %]
                [% IF ( NOPERMISSION ) %]
                <li>You do not have permission to edit this patron's login information.</li>
                [% END %]