Browse Source

Merge pull request #17385 from abpframework/AbpUserConsts

Rename `IdentityUserConsts` to `AbpUserConsts` in `ModuleExtensionConfigurator`.
pull/17393/head
liangshiwei 3 years ago
committed by GitHub
parent
commit
0e538f251f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameModuleExtensionConfigurator.cs

2
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameModuleExtensionConfigurator.cs

@ -25,7 +25,7 @@ public static class MyProjectNameModuleExtensionConfigurator
*
* Example: Change user and role name max lengths
IdentityUserConsts.MaxNameLength = 99;
AbpUserConsts.MaxNameLength = 99;
IdentityRoleConsts.MaxNameLength = 99;
* Notice: It is not suggested to change property lengths

Loading…
Cancel
Save