More robustness on recover-password stuff

This commit is contained in:
moodler
2003-01-20 07:16:23 +00:00
parent 4028fcb159
commit 1f3eb3191a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<tr>
<td class=label><? print_string("email") ?>:</td>
<td><input type="text" name="email" size=25 value="<? p($frm->email) ?>">
<? formerr($err->email); ?>
<? if (!empty($err->email)) {formerr($err->email);} ?>
</tr>
<tr>
<td></td>
+2 -2
View File
@@ -66,8 +66,8 @@
<HR>
<P ALIGN=CENTER><? print_string("forgotten") ?></P>
<CENTER>
<FORM NAME="form3" ACTION="<?=$changepassword ?>" METHOD=post>
<INPUT type="submit" NAME="Submit" VALUE="<?=$changebuttonname?>">
<FORM NAME="form3" ACTION="<?=$changepassword ?>" METHOD=get>
<INPUT type="submit" VALUE="<?=$changebuttonname?>">
</FORM>
</CENTER>
<? } ?>