Account creation: Add a note saying password will be e-mailed
This commit is contained in:
@@ -110,7 +110,6 @@ function cmd_do_new()
|
|||||||
if($iResult == SUCCESS)
|
if($iResult == SUCCESS)
|
||||||
{
|
{
|
||||||
mail_appdb($oUser->sEmail, "New account", "Your password is ".$sPassword);
|
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());
|
util_redirect_and_exit(apidb_fullurl());
|
||||||
}
|
}
|
||||||
else if($iResult == USER_CREATE_EXISTS)
|
else if($iResult == USER_CREATE_EXISTS)
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ echo html_frame_start("Create New Application DB Account","400","",0)
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<!-- start of new account form -->
|
<!-- start of new account form -->
|
||||||
|
The password will be sent to your e-mail
|
||||||
<table border=0 width="100%" cellspacing=0 cellpadding=20>
|
<table border=0 width="100%" cellspacing=0 cellpadding=20>
|
||||||
<tr>
|
<tr>
|
||||||
<td class=color1> E-mail </td>
|
<td class=color1> E-mail </td>
|
||||||
|
|||||||
Reference in New Issue
Block a user