From 5498f20111841fc61b49f4a23fb2128d3517bcb0 Mon Sep 17 00:00:00 2001
From: "Lea N. - LeaDevelop" <104503492+LeaDevelop@users.noreply.github.com>
Date: Mon, 7 Oct 2024 00:49:30 +0200
Subject: [PATCH] (#1028) Update save and actions icon with accessibility in
mind including screen reader consideration -
https://docs.fontawesome.com/web/dig-deeper/accessibility
---
.../usage/website/administration/users.mdx | 20 +++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/content/docs/en-us/central-management/usage/website/administration/users.mdx b/src/content/docs/en-us/central-management/usage/website/administration/users.mdx
index c92c226dc1..3aea5f981d 100644
--- a/src/content/docs/en-us/central-management/usage/website/administration/users.mdx
+++ b/src/content/docs/en-us/central-management/usage/website/administration/users.mdx
@@ -32,23 +32,23 @@ Next you'll want to click over to `Roles`. This window will allow you to select
![Creating New User Setting Roles](/images/ccm-playwright/administration/users/modal-new-user-tab-roles.png)
-Click 💾 **Save** to close the window and create the new User.
+Click **Save** to close the window and create the new User.
A green toast notification will be shown once the operation completes successfully.
## Editing a User
- If you do not see the **Edit** menu entry or the âš™ **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
+ If you do not see the **Edit** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
On the main Users page, [find](#searching-for-a-user) the User you want to edit.
-Select the âš™ **Actions** button on the left-hand side of the User, and then select **Edit** to open the _Edit User_ window.
+Select the **Actions** button on the left-hand side of the User, and then select **Edit** to open the _Edit User_ window.
![Edit menu entry in User actions flyout menu](/images/ccm-playwright/administration/users/table-row-button-action-dropdown-menu-edit.png)
From the **Edit Role** window, you can modify all the properties for a User, for example, `First Name`, `Phone number`, etc. In addition, you can alter the associated with the User.
-Once modifications are complete, click the 💾 **Save** button.
+Once modifications are complete, click the **Save** button.
A green toast notification will be shown once the operation completes successfully.
## Fine grained permissions
@@ -56,23 +56,23 @@ A green toast notification will be shown once the operation completes successful
In addition to configuring a set of Roles for an individual User, so can set speicial permissions for an individual User.
On the main Users page, [find](#searching-for-a-user) the User you want to edit.
-Select the âš™ **Actions** button on the left-hand side of the User, and then select **Permission** to open the _Permissions_ window.
+Select the **Actions** button on the left-hand side of the User, and then select **Permission** to open the _Permissions_ window.
![Permissions menu entry in User actions flyout menu](/images/ccm-playwright/administration/users/modal-permissions.png)
From the tree of permissions, check/uncheck the permissions that are needed.
-Once modifications are complete, click the 💾 **Save** button.
+Once modifications are complete, click the **Save** button.
A green toast notification will be shown once the operation completes successfully.
## Deleting a User
- If you do not see the **Delete** menu entry or the âš™ **Actions** buttons, please see your Administrator to determine if your account has the _Deleting user_ permission.
+ If you do not see the **Delete** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Deleting user_ permission.
On the main Users page, [find](#searching-for-a-user) the User that needs to be deleted.
-Select the âš™ **Actions** button on the left-hand side of the User, and then select **Delete**.
+Select the **Actions** button on the left-hand side of the User, and then select **Delete**.
A prompt will be shown asking `Are you sure?`.
Click `Cancel` to not continue with the operation.
Click `Yes` to proceed with the operation.
@@ -81,13 +81,13 @@ A green toast notification will be shown once the operation completes successful
## Unlocking a User
- If you do not see the **Unlock** menu entry or the âš™ **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
+ If you do not see the **Unlock** menu entry or the **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
If a User enters the wrong login information 5 times, their account will become locked.
To allow them to attempt to login again, the account will need to be unlocked.
On the main Users page, [find](#searching-for-a-user) the User that is locked out.
-Select the âš™ **Actions** button on the left-hand side of the User, and then select **Unlock**.
+Select the **Actions** button on the left-hand side of the User, and then select **Unlock**.
A green toast notification will be shown once the operation completes successfully.
## Searching for a User