From 8c5be3a10dac47ad32ac7a086c880640123ad98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Mon, 13 Jul 2009 16:29:16 +0200 Subject: [PATCH] Account creation: Add a note saying password will be e-mailed --- account.php | 1 - include/form_new.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/account.php b/account.php index 1ecff46..eaeadf2 100644 --- a/account.php +++ b/account.php @@ -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) diff --git a/include/form_new.php b/include/form_new.php index 560b4bd..1906225 100644 --- a/include/form_new.php +++ b/include/form_new.php @@ -11,6 +11,7 @@ echo html_frame_start("Create New Application DB Account","400","",0) ?> +The password will be sent to your e-mail
E-mail