428093 Changes default password to have easy-to-memorize credentials.
diff --git a/user-guide/src/admin-console.xml b/user-guide/src/admin-console.xml
index 89caae1..a816dfc 100644
--- a/user-guide/src/admin-console.xml
+++ b/user-guide/src/admin-console.xml
@@ -30,7 +30,7 @@
<para>The Admin Console uses basic authentication, therefore you will need to enter the default administration ID and password.
</para>
<screen>ID: admin
-Password: springsource</screen>
+Password: admin</screen>
<para>The following graphic shows the main page of the Admin Console.
<mediaobject>
diff --git a/user-guide/src/admin-shell.xml b/user-guide/src/admin-shell.xml
index 3257cbb..4de38e3 100644
--- a/user-guide/src/admin-shell.xml
+++ b/user-guide/src/admin-shell.xml
@@ -40,7 +40,7 @@
Alternatively, you can ssh to port 2502 or 2402 for user region or kernel, respectively.
The users and passwords for ssh are configured in <literal>configuration/org.eclipse.virgo.kernel.users.properties</literal> as described
in <link linkend="configuring-authentication">Configuring Authentication</link>. The default user and password are <literal>admin</literal>
- and <literal>springsource</literal>.
+ and <literal>admin</literal>.
</para>
<note>