@@ -, +, @@ display reasons --- .../bootstrap/en/modules/opac-password-recovery.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt @@ -30,7 +30,7 @@ $("fieldset#" + $(this).val() ).show(); }); $("#resendmail").click(function() { - $("#resendform").get(0).submit(); + $("#resendform").submit(); }); [% IF (new_password) %] $("#mainform").validate({ @@ -97,9 +97,9 @@ [% END %]
You should have received an email with a link to reset your password.
If you did not receive this email, you can request a new one: -
+ Get new password recovery link + [% INCLUDE 'csrf-token.inc' %] - Get new password recovery link --