You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/controllers/docs/5.6/installation.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -107,13 +107,14 @@ This will publish some data sets to some self-explanatory uri's. For example CSV
107
107
108
108
#### Get started with our user interface
109
109
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:
115
111
116
112
user: admin
117
113
password: admin
118
114
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
+
119
120
Best practice is to change the admin password immediately by editing it using the user interface. Click the question mark <iclass='fa fa-lg fa-question-circle'></i> in the user interface to start the help guide.
0 commit comments