diff --git a/en/modules/account/impersonation.md b/en/modules/account/impersonation.md index 6f5bf6c9..34949035 100644 --- a/en/modules/account/impersonation.md +++ b/en/modules/account/impersonation.md @@ -10,6 +10,8 @@ In some cases, users need to sign in as another user and perform operations on b If your ABP version is lower than 5.0, you can implement the impersonation feature by following the steps below. +> Please remember to configure the `ImpersonationTenantPermission` and `ImpersonationUserPermission` permissions!!! + ### MVC ```cs