From 4f5d352e4d71e3b9d140132d69c9851aea42d96a Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Sat, 16 Nov 2019 16:09:55 +0100
Subject: [PATCH] doc: changed account login sentence

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ef53880d..05faada5 100644
--- a/README.md
+++ b/README.md
@@ -37,9 +37,7 @@ Refer to the [documentation to install a SIB server](https://git.happy-dev.fr/st
 
 Create a Client ID for Prosody & Client
 
-- Go to `localhost:8000/admin/`
-- Login with previously created account.
-    - If needed you can create another admin account with `./manage.py createsuperadmin`
+- Login on `localhost:8000/admin/` with the admin account you configured
 - Add a `Clients` on `OpenID Connect Provider` section
     - Name it as you wish
     - `Client type`: `Public`
-- 
GitLab