From 94b0c27775502987b1e50cbad3e1d39855587f79 Mon Sep 17 00:00:00 2001 From: Marie PUPO JEAMMET Date: Wed, 31 Jul 2024 11:20:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(readme)=20update=20admin=20credent?= =?UTF-8?q?ials=20in=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README was not correctly updated after last major modif to the admin auth, resulting in confusion for users trying to log-in with email instead of sub. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8275a7..42e2747 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ You first need to create a superuser account: $ make superuser ``` -You can then login with credentials `admin@example` / `admin`. +You can then login with sub `admin` and password `admin`. ### Run frontend