More robustness on recover-password stuff
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
<? } ?>
|
||||
|
||||
Reference in New Issue
Block a user