From da803e279e12b41ad44dd364fdfe64f0151cf0d1 Mon Sep 17 00:00:00 2001 From: "Michael (Parker) Parker" Date: Mon, 6 May 2019 09:02:09 -0400 Subject: [PATCH] Add header for adding a user People keep missing this --- panel/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/getting_started.md b/panel/getting_started.md index f16d8547..900920f0 100644 --- a/panel/getting_started.md +++ b/panel/getting_started.md @@ -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.