Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify user-creation during installation #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions app/controllers/docs/5.6/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,14 @@ This will publish some data sets to some self-explanatory uri's. For example CSV

#### Get started with our user interface

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:
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:

user: admin
password: admin

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.
If no users were automatically created during the install you can create an initial admin user with the following command:

php artisan db:seed --class=UserSeeder


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.