From ef3a765d3a56c85b5367343d7d83c5b456c7d590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 1 Nov 2021 15:25:01 +0100 Subject: [PATCH] Add development logins again --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4fcd9abd0..603ea8178 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,18 @@ Change into the new folder. $ cd Ocelot-Social ``` +### Login + + + +Logins in the browser after the following installations: + +| email | password | role | +| :--- | :--- | :--- | +| `user@example.org` | 1234 | user | +| `moderator@example.org` | 1234 | moderator | +| `admin@example.org` | 1234 | admin | + ### Docker Installation Docker is a software development container tool that combines software and its dependencies into one standardized unit that contains everything needed to run it. This helps us to avoid problems with dependencies and makes installation easier.