From da57af76e60f3e7cd34d4ac19db7ee9df8b4af2f Mon Sep 17 00:00:00 2001 From: "martin.jurcoglina" Date: Thu, 8 Aug 2024 15:40:20 +0200 Subject: [PATCH] additional fixes of some links and anonymization of users --- docs/README.md | 8 ++++---- docs/user-guide/{README.md => index.md} | 0 docs/user-guide/projects/project.md | 2 +- docs/user-guide/users-and-groups/user.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) rename docs/user-guide/{README.md => index.md} (100%) diff --git a/docs/README.md b/docs/README.md index 7baa56d57..ca948f4b9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -20,17 +20,17 @@ Installation - How to install TruBudget - [Node connection process](./operation-administration/installation/create-a-new-network/connection-process.md) - [Connect to an existing network](./operation-administration/installation/connect-to-an-existing-network/docker.md) - [Update TruBudget](./operation-administration/update-trubudget.md) -- [Logging](./operation-administration/logging.md) - Information on the API log and how to handle it +- [Logging](./operation-administration/logging-monitoring.md) - Information on the API log and how to handle it - [Security](./operation-administration/security.md) - Information on the security aspects of Trubudget - [Troubleshooting](./known-issues/intro.md) - How to solve known issues Contributing - [Developer Setup](./developer/developer-setup.md) -- [Logging](./operation-administration/logging.md) - Information on the API log and how to handle it +- [Logging](./operation-administration/logging-monitoring.md) - Information on the API log and how to handle it - [Troubleshooting](./known-issues/intro.md) - How to solve known issues -[User Guide](./user-guide/README.md) +[User Guide](./user-guide/index.md) - [Projects/Subprojects/Workflowitems](./user-guide/projects/project.md) - [Users and Groups](./user-guide/users-and-groups/user.md) @@ -39,4 +39,4 @@ Contributing - [Notifications](./user-guide/notifications.md) - [Permissions](./user-guide/users-and-groups/permissions.md) -[FAQ](./user-guide/README.md#faq) - Frequently asked questions +[FAQ](./user-guide/index.md#faq) - Frequently asked questions diff --git a/docs/user-guide/README.md b/docs/user-guide/index.md similarity index 100% rename from docs/user-guide/README.md rename to docs/user-guide/index.md diff --git a/docs/user-guide/projects/project.md b/docs/user-guide/projects/project.md index 8f411fa1b..c04c80d3b 100644 --- a/docs/user-guide/projects/project.md +++ b/docs/user-guide/projects/project.md @@ -267,7 +267,7 @@ filter request. 1. Click the button to add a new or edit an existing project 2. Type the tag name in the "Tag" field -3. „Tags should not contain names or personal data to remain conform with the GPDR.” +3. Tags should not contain names or personal data to remain conform with the GPDR. 4. Hit the "Enter" key or click the "Add" button next to the input field 5. The tag is now visible below the input field 6. [OPTIONAL] Hover click the "X" symbol next to the tag name to remove the tag diff --git a/docs/user-guide/users-and-groups/user.md b/docs/user-guide/users-and-groups/user.md index 0ae5d32e8..40e8534cc 100644 --- a/docs/user-guide/users-and-groups/user.md +++ b/docs/user-guide/users-and-groups/user.md @@ -63,8 +63,8 @@ A user's password can be changed by anyone who has the permission `user.changePa Examples: -- User `mstein` wants to change his own password, but does not have the permission to do so. The `root` user needs to grant `mstein` the permission `user.changePassword`. Once this is done, `mstein` can change his own password. -- User `mstein` is an administrator and should be able to change the password of `dviolin`. The `root` user needs to grant the `user.changePassword` permission to `mstein` for `dviolin`. After that, `mstein` is able to change the password of `dviolin`. +- User `Portfoliomanager` wants to change his own password, but does not have the permission to do so. The `root` user needs to grant `Portfoliomanager` the permission `user.changePassword`. Once this is done, `Portfoliomanager` can change his own password. +- User `Portfoliomanager` is an administrator and should be able to change the password of `Portfolioanalyst`. The `root` user needs to grant the `user.changePassword` permission to `Portfoliomanager` for `Portfolioanalyst`. After that, `Portfoliomanager` is able to change the password of `Portfolioanalyst`. **Instructions:**