Skip to content

Commit 546ddc4

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 546ddc4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/controllers/docs/5.6/installation.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,14 @@ 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. The default credentials for the admin user are:
111111

112112
user: admin
113113
password: admin
114114

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.
115+
If no users were automatically created during the install you can create an initial admin user with the following command:
116+
117+
php artisan db:seed --class=UserSeeder
118+
119+
120+
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)