From de0c3c288449a4d4418c3fcc6cde45a5af3e0d3f Mon Sep 17 00:00:00 2001 From: donncha Date: Tue, 24 Jul 2007 17:28:36 +0000 Subject: Display the username and password after installing wpmu git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1011 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- index-install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index-install.php') 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 "

Congrats! Your WPMU site has been set up and you have been sent details of your login and password in an email.

"; + print "

You can log in using the username 'admin' and password '{$pass}'

"; } function nowww() { -- cgit