Revalidate on login always forcing password reset
- 
 I am hoping someone can help with an issue I am having with 'Re-validate on login'. 
 If I have this checked, I get stuck in a loop.- 
Sign in 
 I enter my username and password and submit
- 
Update your password 
 I get redirected to 'Update your password' screen
 At this point I can see that my user has the following values
 "passwordChangeReason" : "Validation",
 "passwordChangeRequired" : true
- 
Submit form which successfully updates my password and authenticates my user 
- 
Log out and attempt to log in again with my new password 
 GO TO 1..... 
- 
- 
 Hiya, Hmmmm. That seems like a bug, but I would love a bit more info. - What version of FusionAuth are you using?
- Does the password you are changing on step 2 meet your validation requirements?
- What are your validation requirements?
 Thanks. 
- 
 Thanks for the reply. We are using version 1.19.4 
 Yes the password meets the validation requirements.Validation requirements are:  
- 
 Yup, looks like a bug to me. I filed an issue with some more detail. Feel free to follow it there: https://github.com/FusionAuth/fusionauth-issues/issues/880 
- 
 @tom-hynard if you update to 1.19.7, this bug should be fixed: https://github.com/FusionAuth/fusionauth-issues/issues/880 
