Updated Readme to contain warning.

pull/1884/head
Jonathan Ng 2022-02-17 13:12:49 +08:00
parent 690cdb8366
commit c406587c73
1 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,9 @@ yarn dx
1. Click on the `User` model to add a new user record.
1. Fill out the fields `email`, `username`, `password`, and set `metadata` to empty `{}` (remembering to encrypt your password with [BCrypt](https://bcrypt-generator.com/)) and click `Save 1 Record` to create your first user.
> New users are set on a `TRIAL` plan by default. You might want to adjust this behavior to your needs in the `apps/web/prisma/schema.prisma` file.
> :warning: **Please do not use capitalisation in your email**
1. Open a browser to [http://localhost:3000](http://localhost:3000) and login with your just created, first user.
### E2E-Testing