Add header for adding a user (#87)

Add header for adding a user
This commit is contained in:
Lance Pioch 2019-05-06 11:01:30 -04:00 committed by GitHub
commit 455c8c5652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ command will setup the database tables and then add all of the Nests & Eggs that
``` bash
php artisan migrate --seed
```
### Add The First User
You'll then need to create an administrative user so that you can log into the panel. To do so, run the command below.
At this time passwords **must** meet the following requirements: 8 characters, mixed case, at least one number.