diff --git a/src/Abp.Zero/Authorization/Users/AbpUser.cs b/src/Abp.Zero/Authorization/Users/AbpUser.cs index df0a608b..440e443a 100644 --- a/src/Abp.Zero/Authorization/Users/AbpUser.cs +++ b/src/Abp.Zero/Authorization/Users/AbpUser.cs @@ -46,12 +46,12 @@ public class AbpUser : FullAuditedEntity, IUser /// Maximum length of the property. /// - public const int MaxEmailConfirmationCodeLength = 16; + public const int MaxEmailConfirmationCodeLength = 128; /// /// Maximum length of the property. /// - public const int MaxPasswordResetCodeLength = 32; + public const int MaxPasswordResetCodeLength = 128; /// /// Tenant of this user.