Fix error message on login.

This commit is contained in:
Mike Cao 2020-08-19 19:03:42 -07:00
parent c5d7d5dea2
commit b905824d50
3 changed files with 5 additions and 3 deletions

View file

@ -48,6 +48,8 @@ For Postgresql:
psql -h hostname -U username -d databasename -f sql/schema.postgresql.sql
```
This will also create a login account with username **admin** and password **umami**.
### Configure umami
Create an `.env` file with the following