]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_reset_password_form.tpl
Fixed: 'hash' is always a GET parameter and it is 'admin_login', not 'login' which...
[mailer.git] / templates / de / html / admin / admin_reset_password_form.tpl
index 23fa98a4801f4c87fe6ac35326c59e9062728316..94053a63d91388452a2033bf77381107f896da10 100644 (file)
@@ -38,7 +38,7 @@
 <tr>
        <td class="table_footer" colspan="2">
                <input type="hidden" name="hash" value="$content[hash]" />
-               <input type="hidden" name="login" value="$content[admin_login]" />
+               <input type="hidden" name="admin_login" value="$content[admin_login]" />
                <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                <input type="submit" class="form_submit" name="reset_pass" value="{--ADMIN_RESET_PASSWORD_SUBMIT--}" />
        </td>