change the registration process to email a random password due to recent abuse

This commit is contained in:
Jeff Zaroyko
2008-06-16 12:57:55 +10:00
committed by Chris Morgan
parent 7619dc2122
commit 7b26438a58
3 changed files with 5 additions and 24 deletions

View File

@@ -16,14 +16,6 @@ echo html_frame_start("Create New Application DB Account","400","",0)
<td class=color1> E-mail </td>
<td class=color0> <input type="text" name="sUserEmail" value='<?php if(!empty($aClean['sUserEmail'])) echo $aClean['sUserEmail']?>'> </td>
</tr>
<tr>
<td class=color1> Password </td>
<td class=color0> <input type="password" name="sUserPassword"> </td>
</tr>
<tr>
<td class=color1> Password (again) </td>
<td class=color0> <input type="password" name="sUserPassword2"> </td>
</tr>
<tr>
<td class=color1> Real Name </td>
<td class=color0> <input type="text" name="sUserRealname" value='<?php if(!empty($aClean['sUserRealname'])) echo $aClean['sUserRealname']?>'> </td>