Skip to content

Commit 880456b

Browse files
committed
Clarify that is only relevant if not auto-created
1 parent 4b60bf2 commit 880456b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

app/controllers/docs/5.6/installation.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -107,13 +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. 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:
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:
115111

116112
user: admin
117113
password: admin
118114

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+
119120
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)