Account creation: Add a note saying password will be e-mailed

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-13 16:29:16 +02:00
parent d7bcdc23ec
commit 8c5be3a10d
2 changed files with 1 additions and 1 deletions

View File

@@ -110,7 +110,6 @@ function cmd_do_new()
if($iResult == SUCCESS)
{
mail_appdb($oUser->sEmail, "New account", "Your password is ".$sPassword);
addmsg("Account created! Check your email for your password. (".$aClean['sUserEmail'].")", "green");
util_redirect_and_exit(apidb_fullurl());
}
else if($iResult == USER_CREATE_EXISTS)

View File

@@ -11,6 +11,7 @@ echo html_frame_start("Create New Application DB Account","400","",0)
?>
<!-- start of new account form -->
The password will be sent to your e-mail
<table border=0 width="100%" cellspacing=0 cellpadding=20>
<tr>
<td class=color1> E-mail </td>