From 66ab43b4e068d43f9648355786eea8fd238d8ee3 Mon Sep 17 00:00:00 2001 From: Ma Liming Date: Wed, 8 Oct 2025 10:43:28 +0800 Subject: [PATCH] Update modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../Volo/Abp/Identity/IdentityUserPasswordHistory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs index 40cfd6c3e0..48729af6dc 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs +++ b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserPasswordHistory.cs @@ -22,7 +22,7 @@ public class IdentityUserPasswordHistory : Entity, IMultiTenant /// public virtual string Password { get; protected set; } - public virtual DateTime CreatedAt { get; set; } + public virtual DateTime CreatedAt { get; protected set; } protected IdentityUserPasswordHistory() {