Browse Source

Bug 13910: Line with AUTH_UPDATE_FAILED restored

As of comment #6

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
This should be fixed in a separate patch, this error is not sent to the
template and the related code could be removed.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
3.20.x
Marc Véron 9 years ago
committed by Tomas Cohen Arazi
parent
commit
eb80bedc29
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt

@ -143,7 +143,7 @@ function validate1(date) {
[% IF ( error ) %]
<div class="dialog alert">
[% IF ( error == 'AUTH_UPDATE_FAILED' ) %]
[% IF ( AUTH_UPDATE_FAILED ) %]
<h3>Userid / Password update failed</h3>
<strong>Insufficient privileges.</strong>
<p>Other fields updated.</p>

Loading…
Cancel
Save