From 15c603204f460d430f4e4b50159fb78efeb25d43 Mon Sep 17 00:00:00 2001 From: Sven van Ginkel Date: Sat, 14 Dec 2024 22:16:00 +0000 Subject: [PATCH 1/3] GITBOOK-1: No subject --- security/authentication.md | 40 ++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/security/authentication.md b/security/authentication.md index 73d032b..f92272a 100644 --- a/security/authentication.md +++ b/security/authentication.md @@ -4,7 +4,7 @@ Speedtest Tracker uses Filament for the admin panel. During the install process
Login page

Login page

-### Default User Account +### Default Login Account During the first start of the application a default admin account is created for you: @@ -12,33 +12,35 @@ During the first start of the application a default admin account is created for | ------------------- | ---------- | | `admin@example.com` | `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 profiel 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. +* 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. +As an Admin you can change the account details of other accounts like roles of other user 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 %} + +### From 60d70a95d68308cf7628fa7aac4c7156cf9064bf Mon Sep 17 00:00:00 2001 From: Sven van Ginkel Date: Sat, 14 Dec 2024 22:17:22 +0000 Subject: [PATCH 2/3] GITBOOK-2: No subject --- security/authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/authentication.md b/security/authentication.md index f92272a..0749aaf 100644 --- a/security/authentication.md +++ b/security/authentication.md @@ -16,7 +16,7 @@ During the first start of the application a default admin account is created for #### Login Details -You can update the login details of your account through the profiel page. 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. * Click on Profile @@ -24,7 +24,7 @@ You can update the login details of your account through the profiel page. Every #### Change Account details -As an Admin you can change the account details of other accounts like roles of other user accounts. +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 From b9fd17265bff91d00e8cd30fbf7be8d9c8012738 Mon Sep 17 00:00:00 2001 From: Sven van Ginkel Date: Sat, 14 Dec 2024 22:19:38 +0000 Subject: [PATCH 3/3] GITBOOK-3: No subject --- getting-started/installation/using-docker.md | 2 +- security/authentication.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/getting-started/installation/using-docker.md b/getting-started/installation/using-docker.md index 4906b68..496d379 100644 --- a/getting-started/installation/using-docker.md +++ b/getting-started/installation/using-docker.md @@ -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 %} diff --git a/security/authentication.md b/security/authentication.md index 0749aaf..c93b56e 100644 --- a/security/authentication.md +++ b/security/authentication.md @@ -42,5 +42,3 @@ You can create additional user accounts. {% hint style="info" %} The difference between the Roles can be found in the [Authorization](authorization.md) section. {% endhint %} - -###