Skip to content

Commit

Permalink
(chocolatey#1028) Update save and actions icon with accessibility in …
Browse files Browse the repository at this point in the history
…mind including screen reader consideration

- https://docs.fontawesome.com/web/dig-deeper/accessibility
  • Loading branch information
LeaDevelop committed Oct 6, 2024
1 parent 2eff204 commit 5498f20
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,47 +32,47 @@ 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 <i class="fa-regular fa-floppy-disk" aria-hidden="true"></i> **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

<Callout type="info">
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 <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
</Callout>

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 <i class="fa-solid fa-gear" aria-hidden="true"></i> **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 <Xref title="Roles" value="ccm-administration-roles" /> associated with the User.

Once modifications are complete, click the 💾 **Save** button.
Once modifications are complete, click the <i class="fa-regular fa-floppy-disk" aria-hidden="true"></i> **Save** button.
A green toast notification will be shown once the operation completes successfully.

## Fine grained permissions

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 <i class="fa-solid fa-gear" aria-hidden="true"></i> **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 <i class="fa-regular fa-floppy-disk" aria-hidden="true"></i> **Save** button.
A green toast notification will be shown once the operation completes successfully.

## Deleting a User

<Callout type="info">
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 <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** buttons, please see your Administrator to determine if your account has the _Deleting user_ permission.
</Callout>

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 <i class="fa-solid fa-gear" aria-hidden="true"></i> **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.
Expand All @@ -81,13 +81,13 @@ A green toast notification will be shown once the operation completes successful
## Unlocking a User

<Callout type="info">
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 <i class="fa-solid fa-gear" aria-hidden="true"></i> **Actions** buttons, please see your Administrator to determine if your account has the _Editing user_ permission.
</Callout>

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 <i class="fa-solid fa-gear" aria-hidden="true"></i> **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
Expand Down

0 comments on commit 5498f20

Please sign in to comment.