From 16c2031602e36e117348551a83980ccbb1f44ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Tue, 19 Dec 2023 15:54:19 +0100 Subject: [PATCH] changing the dummy password --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b051bc..0c57ef9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Currently this has to be done manually: ### 8. Create an administrator user for Mobilizon ``` -docker-compose exec mobilizon mix mobilizon.users.new "your@email.com" --admin --password "mypassword" +docker-compose exec mobilizon mix mobilizon.users.new "your@email.com" --admin --password "password" ``` ### 9. Start developing and debuggin