From 83f9f680f83002b750bb815dbb001865a92d2dab Mon Sep 17 00:00:00 2001 From: jannisp Date: Mon, 26 Apr 2021 18:55:53 +0200 Subject: [PATCH] describe how to create user --- DEVELOPMENT.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 042df39..bd818af 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -62,7 +62,13 @@ symfony serve --port 8080 --no-tls -d You sholud be able to access the site under [localhost:8080](http://localhost:8080) -### 6. Watch files +### 6. Create a user +Go to the database and add a user manually. For the password use this to generate the appropriate hash: +``` +symfony console security:encode-password +``` + +### 7. Watch files If you are editing `.scss` or other webpack files, you'll want to run ``` yarn watch