Browse Source

Merge pull request #21241 from abpframework/auto-merge/rel-9-0/3152

Merge branch dev with rel-9.0
pull/21243/head
maliming 2 years ago
committed by GitHub
parent
commit
7979a0b83e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      docs/en/modules/account/impersonation.md

8
docs/en/modules/account/impersonation.md

@ -71,7 +71,7 @@ No need to do anything here.
#### Web #### Web
1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` on your `WebModule` 1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` on your `WebModule`
2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` 2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController`
```cs ```cs
public class AccountController : AbpAccountImpersonationChallengeAccountController public class AccountController : AbpAccountImpersonationChallengeAccountController
@ -197,7 +197,7 @@ No need to do anything here.
1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` and `AbpAccountPublicBlazorServerModule(Volo.Abp.Account.Pro.Public.Blazor.Server)` on your `BlazorModule` 1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` and `AbpAccountPublicBlazorServerModule(Volo.Abp.Account.Pro.Public.Blazor.Server)` on your `BlazorModule`
2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` 2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController`
```cs ```cs
public class AccountController : AbpAccountImpersonationChallengeAccountController public class AccountController : AbpAccountImpersonationChallengeAccountController
{ {
@ -301,7 +301,7 @@ public override void ConfigureServices(ServiceConfigurationContext context)
#### Web #### Web
1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` on your `WebModule` 1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` on your `WebModule`
2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` 2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController`
```cs ```cs
public class AccountController : AbpAccountImpersonationChallengeAccountController public class AccountController : AbpAccountImpersonationChallengeAccountController
@ -367,7 +367,7 @@ public override void ConfigureServices(ServiceConfigurationContext context)
1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` and `AbpAccountPublicBlazorServerModule(Volo.Abp.Account.Pro.Public.Blazor.Server)` on your `BlazorModule` 1. Depends `AbpAccountPublicWebImpersonationModule(Volo.Abp.Account.Pro.Public.Web.Impersonation)` and `AbpAccountPublicBlazorServerModule(Volo.Abp.Account.Pro.Public.Blazor.Server)` on your `BlazorModule`
2. Chnage the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController` 2. Change the base class of `AccountController` to `AbpAccountImpersonationChallengeAccountController`
```cs ```cs
public class AccountController : AbpAccountImpersonationChallengeAccountController public class AccountController : AbpAccountImpersonationChallengeAccountController
{ {

Loading…
Cancel
Save