Add user creation header

Add a header for creating a user to the docs. Make it easier to find.
This commit is contained in:
Michael (Parker) Parker 2019-04-21 17:52:33 -04:00
parent aaeb41b715
commit d8a7c579d3

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
```
### Create Your 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.