Browse Source

Rename `IdentityUserConsts` to `AbpUserConsts`.

pull/17385/head
maliming 3 years ago
parent
commit
cf11dd5d6f
No known key found for this signature in database GPG Key ID: A646B9CB645ECEA4
  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