remove user PW reset properties as these will be handled by the token provider

This commit is contained in:
2020-12-21 15:43:33 +01:00
parent 40750c6f6d
commit f39cfabd0f
2 changed files with 0 additions and 20 deletions
@@ -47,14 +47,6 @@ namespace zero.Core.Entities
/// <inheritdoc/>
public string PasswordResetToken { get; set; }
/// <inheritdoc/>
public DateTimeOffset? PasswordResetTokenExpirationDate { get; set; }
/// <inheritdoc/>
public int AccessFailedCount { get; set; }
-12
View File
@@ -47,18 +47,6 @@ namespace zero.Core.Identity
/// <summary>
/// A hash which is used to validate a password-change request
/// </summary>
string PasswordResetToken { get; set; }
/// <summary>
/// The date when the current password-reset hash expires
/// </summary>
DateTimeOffset? PasswordResetTokenExpirationDate { get; set; }
/// <summary>
/// Number of times sign in failed.
/// </summary>