Reset password implementation
This commit is contained in:
@@ -477,6 +477,7 @@ namespace MileageTraker.Web.DAL
|
||||
user.LastPasswordChangedDate = DateTime.Now;
|
||||
user.IsLockedOut = false;
|
||||
user.PasswordFailuresSinceLastSuccess = 0;
|
||||
user.PasswordResetToken = null;
|
||||
UpdateUser(user);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user