diff --git a/docs/en/installation/debian.md b/docs/en/installation/debian.md index fb4e7d0a06..8a693371fc 100644 --- a/docs/en/installation/debian.md +++ b/docs/en/installation/debian.md @@ -16,7 +16,8 @@ sudo apt-get install scm-server ``` After the installation of the package scm-manager will automatically start on port 8080. -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Detailed installation diff --git a/docs/en/installation/osx.md b/docs/en/installation/osx.md index 2429b52ab2..7f8dac061c 100644 --- a/docs/en/installation/osx.md +++ b/docs/en/installation/osx.md @@ -14,7 +14,8 @@ brew services start scm-manager/tap/scm-server ``` After a few seconds SCM-Manager should be started on port 8080. -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Detailed installation diff --git a/docs/en/installation/redhat.md b/docs/en/installation/redhat.md index d422bd4b76..2f9e509af8 100644 --- a/docs/en/installation/redhat.md +++ b/docs/en/installation/redhat.md @@ -23,7 +23,8 @@ sudo yum install scm-server ``` After the installation of the package scm-manager will automatically start on port 8080. -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Detailed installation diff --git a/docs/en/installation/unix.md b/docs/en/installation/unix.md index de94aa988f..ef54876198 100644 --- a/docs/en/installation/unix.md +++ b/docs/en/installation/unix.md @@ -39,7 +39,8 @@ if you want to start the application in background, we can use the `start` param ``` After the scm-manager is started, it should be reachable on port 8080 -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Troubleshooting diff --git a/docs/en/installation/windows.md b/docs/en/installation/windows.md index b261d3566b..8cc5975b18 100644 --- a/docs/en/installation/windows.md +++ b/docs/en/installation/windows.md @@ -36,7 +36,8 @@ scm-server.exe start ``` SCM-Manager is now starting and after a few seconds it should be reachable on port 8080. -The default username is `scmadmin` with the password `scmadmin`. +There you have to create your initial admin account with an initialization token which you can find inside your server logs. +You can find more detailed information here: [first startup](../../first-startup/) ## Troubleshooting