Merge pull request #17385 from abpframework/AbpUserConsts

Rename `IdentityUserConsts` to `AbpUserConsts` in `ModuleExtensionConfigurator`.
pull/17393/head
liangshiwei 1 year ago committed by GitHub
commit 0e538f251f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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