# Authentication

Speedtest Tracker uses Filament for the admin panel. During the install process an admin account is created for you.

<figure><img src="https://3367574858-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvtb3s6TB12XY9iIx8YyJ%2Fuploads%2F81tISRiFpXWlLLc07qDh%2Flogin_screenshot.jpg?alt=media&#x26;token=b4f4417b-8969-4852-aff0-1b0f4b67bd44" alt="Login page"><figcaption><p>Login page</p></figcaption></figure>

### Default Login Account

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

| Username            | Password   |
| ------------------- | ---------- |
| `admin@example.com` | `password` |

### Change Login Account

#### Login Details

You can update the login details of your account through the profile page. Every user can update these details for their own account.

* 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 details

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](https://docs.speedtest-tracker.dev/security/authorization) section.
{% endhint %}
