From eca437a8cbbe7df1399d6473498bb9f6f7ef5785 Mon Sep 17 00:00:00 2001 From: Keyvan Sadeghi Date: Thu, 23 May 2024 21:49:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20This=20commit=20will=20fix=20log?= =?UTF-8?q?in=20instructions=20after=20runnign=20DB=20in=20readme.=20Shoul?= =?UTF-8?q?d=20be=20good=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7afb088..f95184b 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ We have chosen a tech stack that should make it easy for new students to quickly ./dev_utils.sh compose up ``` 6. **Optional:** Seed the database with test users: - > This will provide you with a dummy admin user which has the credentials *Username* : ```Admin``` *Password* : ```Admin!234``` + > This will provide you with a dummy admin user which has the credentials *E-Mail* : ```dev_admin@admin.com``` *Password* : ```Admin!234``` to be able to login as admin. ```bash ./dev_utils.sh seed ```