From a059c4c333c7a54661bff10bad5b8cb5ae9a676b Mon Sep 17 00:00:00 2001 From: Aleksy Date: Thu, 16 Nov 2023 07:46:09 +0100 Subject: [PATCH 01/10] small changes, manage users documentation init --- .../users-managment/users-managment.md | 20 +++++++++++++++++++ .../src/pages/UserListDetail/UserDetail.tsx | 2 +- .../src/pages/UserListDetail/index.tsx | 2 +- mkdocs.yml | 1 + 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 docs/working-with-dqo/users-managment/users-managment.md diff --git a/docs/working-with-dqo/users-managment/users-managment.md b/docs/working-with-dqo/users-managment/users-managment.md new file mode 100644 index 0000000000..27d8615095 --- /dev/null +++ b/docs/working-with-dqo/users-managment/users-managment.md @@ -0,0 +1,20 @@ +# Manage users + +In configuration section you are able to manage DQO users. + +![Users-List](https://dqops.com/docs/images/working-with-dqo/users-managment/usersList.png) + +There are 5 types of user roles: +- Admin (Administrator of the account who can manage users and perform all actions) +- Editor (Editor who can configure and run data quality checks) +- Operator (The user can run data quality checks, but cannot make changes) +- Viewer (Read-only viewer) +- None (No access rights role) + +Admin can add new users by clicking Add new user button, that will open then tab where it is possible to set users email and role. To add the user click the Save button + +![Add-user](https://dqops.com/docs/images/working-with-dqo/users-managment/addUser.png) + +Users with admin role can also edit acounts by clinking edit button on existing user, then it will be possible to change role. DQO does not support changing users emails. After making changes click the Save button. Admin can also delete each user and change each user password by clicking change password button. This action will open the pop-up with random generated password. It is possible to type own password that will be at least 8 characters long and contain small letters, capital letters and digits. + +![Change-users-password](https://dqops.com/docs/images/working-with-dqo/users-managment/changePassword.png) \ No newline at end of file diff --git a/dqops/src/main/frontend/src/pages/UserListDetail/UserDetail.tsx b/dqops/src/main/frontend/src/pages/UserListDetail/UserDetail.tsx index 08ee2a3f89..a7fc1ef356 100644 --- a/dqops/src/main/frontend/src/pages/UserListDetail/UserDetail.tsx +++ b/dqops/src/main/frontend/src/pages/UserListDetail/UserDetail.tsx @@ -50,7 +50,7 @@ export default function UserDetail() { return (
-