keycloak-aplcache

Merge pull request #2015 from stianst/master Remove reference

1/13/2016 6:03:15 AM

Details

diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/MigrationFromOlderVersions.xml b/docbook/auth-server-docs/reference/en/en-US/modules/MigrationFromOlderVersions.xml
index 26dae42..998a93d 100755
--- a/docbook/auth-server-docs/reference/en/en-US/modules/MigrationFromOlderVersions.xml
+++ b/docbook/auth-server-docs/reference/en/en-US/modules/MigrationFromOlderVersions.xml
@@ -82,6 +82,14 @@
         <section>
             <title>Migrating to 1.8.0</title>
             <simplesect>
+            <title>Admin account</title>
+            <para>
+                In previous releases we shipped with a default admin user with a default password, this has now been removed.
+                If you are doing a new installation of 1.8 you will have to create an admin user as a first step. This
+                can be done easily by following the steps in <link linkend="create-admin-user">Admin User</link>.
+            </para>
+            </simplesect>
+            <simplesect>
                 <title>OAuth2 Token Introspection</title>
                 <para>
                     In order to add more compliance with OAuth2 specification, we added a new endpoint for token introspection.
diff --git a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml
index 369d5f1..b660e78 100755
--- a/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml
+++ b/docbook/auth-server-docs/reference/en/en-US/modules/server-installation.xml
@@ -34,12 +34,6 @@
                 or:
                 <programlisting>keycloak-&project.version;/bin/standalone.bat</programlisting>
             </para>
-            <para>
-                Once the server is started log into the admin console at
-                <ulink url="http://localhost:8080/auth/admin/index.html">http://localhost:8080/auth/admin/index.html</ulink>
-                (username: <emphasis>admin</emphasis> and password: <emphasis>admin</emphasis>). Keycloak will then prompt you to
-                enter in a new password.
-            </para>
         </section>
 
 
@@ -55,12 +49,6 @@
                 <programlisting>&lt;WILDFLY_HOME&gt;/bin/standalone.bat --server-config=standalone-keycloak.xml</programlisting>
             </para>
             <para>
-                Once the server is started log into the admin console at
-                <ulink url="http://localhost:8080/auth/admin/index.html">http://localhost:8080/auth/admin/index.html</ulink>
-                (username: <emphasis>admin</emphasis> and password: <emphasis>admin</emphasis>). Keycloak will then prompt you to
-                enter in a new password.
-            </para>
-            <para>
                 To add Keycloak to other sever configurations (standalone.xml, standalone-ha.xml, etc.) start the server with
                 the desired server-config. If you are running the server in standalone mode run:
 <programlisting>
@@ -99,12 +87,6 @@ cd &lt;WILDFLY_HOME&gt;/bin
                 or:
                 <programlisting>keycloak-&project.version;/bin/standalone.bat</programlisting>
             </para>
-            <para>
-                Once the server is started log into the admin console at
-                <ulink url="http://localhost:8080/auth/admin/index.html">http://localhost:8080/auth/admin/index.html</ulink>
-                (username: <emphasis>admin</emphasis> and password: <emphasis>admin</emphasis>). Keycloak will then prompt you to
-                enter in a new password.
-            </para>
         </section>
     </section>
 
@@ -114,9 +96,8 @@ cd &lt;WILDFLY_HOME&gt;/bin
             Although the Keycloak Server is designed to run out of the box, there's some things you'll need
             to configure before you go into production.  Specifically:
             <itemizedlist>
-
                 <listitem>
-                    Configuring Keycloak to use a production database.
+                    Configuring Keycloak to use a production database
                 </listitem>
 
                 <listitem>
@@ -129,7 +110,7 @@ cd &lt;WILDFLY_HOME&gt;/bin
             </itemizedlist>
         </para>
         <section>
-            <title>Admin User</title>
+            <title id="create-admin-user">Admin User</title>
             <para>
                 To access the admin console to configure Keycloak you need an account to login. There is no built in user,
                 instead you have to first create an admin account. This can done either by opening <ulink url="http://localhost:8080/auth">http://localhost:8080/auth</ulink>