Skip to content

Commit 4b60bf2

Browse files
committed
Clarify user-creation during installation
To get the admin user to appear, I had to run the db:seed command and provide the UserSeeder class - so this change clarifies that you should run that command.
1 parent 316a337 commit 4b60bf2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/controllers/docs/5.6/installation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,13 @@ This will publish some data sets to some self-explanatory uri's. For example CSV
107107

108108
#### Get started with our user interface
109109

110-
We've created a user interface to manage datasets and users on the uri api/admin, relative to the root uri. The default credentials are:
110+
We've created a user interface to manage datasets and users on the uri api/admin, relative to the root uri. To create an initial admin user you should run the following command:
111+
112+
php artisan db:seed --class=UserSeeder
113+
114+
The default credentials for the newly created user are:
111115

112116
user: admin
113117
password: admin
114118

115-
Best practice is to change the admin password immediately by editing it using the user interface. Click the question mark <i class='fa fa-lg fa-question-circle'></i> in the user interface to start the help guide.
119+
Best practice is to change the admin password immediately by editing it using the user interface. Click the question mark <i class='fa fa-lg fa-question-circle'></i> in the user interface to start the help guide.

0 commit comments

Comments
 (0)