describe how to create user

This commit is contained in:
jannisp 2021-04-26 18:55:53 +02:00
parent 811056d901
commit 83f9f680f8

View file

@ -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