georgia could be ambiguous for the password

git-svn-id: http://svn.automattic.com/wordpress/trunk@884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-02-17 04:08:03 +00:00
parent a0b1f690ef
commit d1a3b1b896
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ upgrade_all();
<p>User setup successful!</p> <p>User setup successful!</p>
<p>Now you can <a href="../wp-login.php">log in</a> with the <strong>login</strong> <p>Now you can <a href="../wp-login.php">log in</a> with the <strong>login</strong>
"admin" and <strong>password</strong> "<?php echo $random_password; ?>".</p> "<code>admin</code>" and <strong>password</strong> "<code><?php echo $random_password; ?></code>".</p>
<p><strong><em>Note that password</em></strong> carefully! It is a <em>random</em> <p><strong><em>Note that password</em></strong> carefully! It is a <em>random</em>
password that was generated just for you. If you lose it, you password that was generated just for you. If you lose it, you
will have to delete the tables from the database yourself, and re-install WordPress. will have to delete the tables from the database yourself, and re-install WordPress.