From cc9b0473008b9b443238171a75a9bebf88966a38 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Tue, 13 Sep 2022 19:23:40 +0300 Subject: [PATCH] docs: Remind that users can change password after installation --- packages/docs/pages/guide/installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/docs/pages/guide/installation.md b/packages/docs/pages/guide/installation.md index 16e992ec..bd644098 100644 --- a/packages/docs/pages/guide/installation.md +++ b/packages/docs/pages/guide/installation.md @@ -15,6 +15,12 @@ docker compose up ## Let's discover! -✌️ That's it; you have Automatisch running. Let's check it out by browsing `http://localhost:3000` You can use `user@automatisch.io` email address and `sample` password to login to Automatisch. +✌️ That's it; you have Automatisch running. Let's check it out by browsing `http://localhost:3000` + +:::tip + +You can use `user@automatisch.io` email address and `sample` password to login to Automatisch. You can also change your password later on from the settings page. + +::: If you see any problems while installing Automatisch, let us know via [github issues](#) or our [discord server](https://discord.gg/dJSah9CVrC).