diff --git a/docs/en/Community-Articles/2023-05-03-Authority-Delegation-In-ABP-Commerical/POST.md b/docs/en/Community-Articles/2023-05-03-Authority-Delegation-In-ABP-Commerical/POST.md index 58a5fd4b81..e7c540764f 100644 --- a/docs/en/Community-Articles/2023-05-03-Authority-Delegation-In-ABP-Commerical/POST.md +++ b/docs/en/Community-Articles/2023-05-03-Authority-Delegation-In-ABP-Commerical/POST.md @@ -1,16 +1,16 @@ -# Authority Delegation In ABP Commereical +# Authority Delegation in ABP Commercial -In this post I'll explain a new feature from ABP Commercial 7.2.0: **Authority Delegation**. +In this post, I'll explain a new feature that comes with the ABP Commercial `v7.2.0`. It's called **Authority Delegation**. ## Authority Delegation -Authority Delegation is a way of delegating the responsibility of the current user to a different user(s) for a limited time. Thus, a user can be switched to the delegated user's account and perform actions on their behalf. +Authority Delegation is a way of delegating the responsibility of the current user to a different user(s) for a limited time. Thus, the user can switch to the delegated user's account and perform actions on their behalf. -> This feature is part of the [Account Pro module](https://commercial.abp.io/modules/Volo.Account.Pro), which is one of the application modules of [ABP Commercial](https://commercial.abp.io/). +> This feature is part of the [Account Pro module](https://commercial.abp.io/modules/Volo.Account.Pro), which is one of the application PRO modules of [ABP Commercial](https://commercial.abp.io/). ### Delegating a new user -After logging into the application, you can see the `Authority Delegation` menu item under the user menu. When you click the menu, a modal will open and in the first tab of the modal, you will be seeing the list of delegated users. +After logging into the application, you can see the `Authority Delegation` menu item under the user menu. When you click the menu, a modal will open, and in the first tab of the modal, you will see the list of delegated users. ![delegated-users](images/delegated-users.jpg) @@ -25,11 +25,11 @@ You can click the `Delegate New User` button to delegate a new user: ### My delegated users -A list of users who delegated me to login on behalf of them can be seen in the figure: +A list of users who delegated me to log in on behalf of them can be seen in the figure: ![my-delegated-users](images/my-delegated-users.jpg) -You can click the `Login` button to login to the application as a delegated user and go back to your account by clicking on the `Back to my account` icon. +You can click the `Login` button to log in to the application as a delegated user and go back to your account by clicking the `Back to my account` icon. ![delegated-impersonate](images/delegated-impersonate.jpg)