Skip to content

Commit

Permalink
Merge pull request #103 from openkfw/additional-fixes
Browse files Browse the repository at this point in the history
additional-fixes
  • Loading branch information
MartinJurcoGlina authored Aug 8, 2024
2 parents 7f62558 + da57af7 commit 603de86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/user-guide/projects/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/users-and-groups/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down

0 comments on commit 603de86

Please sign in to comment.