summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-07-24 17:28:36 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-07-24 17:28:36 +0000
commitde0c3c288449a4d4418c3fcc6cde45a5af3e0d3f (patch)
tree622dde17844a29042dcc7a8f9b9cdcf78b3221a7 /index-install.php
parent0c15bfaa7af0cf4e7d5bf2f33368e4b96fe11576 (diff)
downloadwordpress-mu-de0c3c288449a4d4418c3fcc6cde45a5af3e0d3f.tar.gz
wordpress-mu-de0c3c288449a4d4418c3fcc6cde45a5af3e0d3f.tar.xz
wordpress-mu-de0c3c288449a4d4418c3fcc6cde45a5af3e0d3f.zip
Display the username and password after installing wpmu
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1011 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index-install.php b/index-install.php
index a2ccd8a..84753d9 100644
--- a/index-install.php
+++ b/index-install.php
@@ -401,6 +401,7 @@ We hope you enjoy your new weblog.
$msg = "Your new WPMU site has been created at\nhttp://{$domain}{$base}\n\nLogin details:\nUsername: admin\nPassword: $pass\nLogin: http://{$domain}{$base}wp-login.php\n";
wp_mail( $email, "Your new WPMU site is ready!", $msg, "From: wordpress@" . $_SERVER[ 'HTTP_HOST' ] );
print "<p>Congrats! Your <a href='http://{$domain}{$base}'>WPMU site</a> has been set up and you have been sent details of your login and password in an email.</p>";
+ print "<p>You can <a href='wp-login.php'>log in</a> using the username 'admin' and password '{$pass}'</p>";
}
function nowww() {