From cf11dd5d6fc6c0aae8281d865c6b8c9c25c42a48 Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 17 Aug 2023 10:57:36 +0800 Subject: [PATCH] Rename `IdentityUserConsts` to `AbpUserConsts`. --- .../MyProjectNameModuleExtensionConfigurator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameModuleExtensionConfigurator.cs b/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameModuleExtensionConfigurator.cs index 3a84ab0d91..9c3db37374 100644 --- a/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain.Shared/MyProjectNameModuleExtensionConfigurator.cs +++ b/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