add header for adding a user

People miss it all the time.
This commit is contained in:
Michael (Parker) Parker 2019-05-06 08:57:45 -04:00
parent af2ac4285e
commit ec934eff6f
No known key found for this signature in database
GPG Key ID: 1C74B05F7BE35E49

View File

@ -137,6 +137,8 @@ command will setup the database tables and then add all of the Nests & Eggs that
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.