remove user PW reset properties as these will be handled by the token provider
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user