Browse Source

Merge pull request #22198 from abpframework/auto-merge/rel-9-1/3491

Merge branch dev with rel-9.1
pull/22200/head
maliming 1 year ago
committed by GitHub
parent
commit
bba2da60a0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      docs/en/modules/account-pro.md

6
docs/en/modules/account-pro.md

@ -62,7 +62,7 @@ This module doesn't seed any data.
## Options
### AbpIdentityAspNetCoreOptions
### AbpAccountOptions
`AbpAccountOptions` can be configured in the UI layer in the `ConfigureServices` method of your [module](../framework/architecture/modularity/basics.md). Example:
@ -76,6 +76,10 @@ Configure<AbpAccountOptions>(options =>
`AbpAccountOptions` properties:
* `WindowsAuthenticationSchemeName` (default: Windows): Name of the Windows authentication scheme.
* `TenantAdminUserName` (default: admin): The tenant admin user name.
* `ImpersonationTenantPermission`: The permission name for tenant impersonation.
* `ImpersonationUserPermission`: The permission name for user impersonation.
* `ExternalProviderIconMap`: A dictionary of external provider names and their corresponding font-awesome icon classes. You can add new mapping to this dictionary to change the icon of an external provider.(Popular external provider icons are already defined, such as `Facebook`, `Google`, `Microsoft`, `Twitter`, etc.)
### AbpProfilePictureOptions

Loading…
Cancel
Save