Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion getting-started/installation/using-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ You can now start the container accordingly the platform you are on.
{% step %}
**First Login**

During the start the container there is an default username and password created. Use the [default login](../../security/authentication.md#default-user-account) credentials to login to the application. You can [change the default user](../../security/authentication.md#change-user-account) after logging in.
During the start the container there is an default username and password created. Use the [default login](../../security/authentication.md#default-user-account) credentials to login to the application. You can [change the default user](../../security/authentication.md#change-account-details) after logging in.
{% endstep %}
{% endstepper %}

Expand Down
38 changes: 19 additions & 19 deletions security/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,41 @@ Speedtest Tracker uses Filament for the admin panel. During the install process

<figure><img src="../.gitbook/assets/login_screenshot.jpg" alt="Login page"><figcaption><p>Login page</p></figcaption></figure>

### Default User Account
### Default Login Account

During the first start of the application a default admin account is created for you:

| Username | Password |
| ------------------- | ---------- |
| `[email protected]` | `password` |

### Create User Account

You can create additional user accounts.

* On the right side menu click on `Users`
* Click on `New User`
* Fill in the `Name`, `E-Mail Address, Password` and P`assword confirmation` to your liking.
* Choose the needed role for the user under `Role`.

{% hint style="info" %}
The difference between the Roles can be found in the [Authorization](authorization.md) section.
{% endhint %}

### Change User Account
### Change Login Account

#### Login Details

You can update the login details of the default user account or any additional accounts through the admin panel. Every user can update these details for there own account.
You can update the login details of your account through the profile page. Every user can update these details for there own account.

* In the top right corner click on the user logo next to the bell icon.&#x20;
* In the top right corner click on the user logo next to the bell icon.
* Click on Profile
* Change the `Name`, `E-Mail Address` and `Password` to your liking.

#### Change Account Roles
#### Change Account details

As an Admin you can change the the account details like roles of other user accounts.&#x20;
As an Admin you can change the account details of other accounts.

* On the right side menu click on `Users`
* Click on user account you want to change
* Change the `Name`, `E-Mail Address` ,`Password` and `Role` to your liking.

### Create Login Account

You can create additional user accounts.

* On the right side menu click on `Users`
* Click on `New User`
* Fill in the `Name`, `E-Mail Address, Password` and `Password confirmation` to your liking.
* Choose the needed role for the user under `Role`.

{% hint style="info" %}
The difference between the Roles can be found in the [Authorization](authorization.md) section.
{% endhint %}