Hello,
We are using DNN 8.0.4.226 and we have Max Invalid Password Attempts set to 5 under Site Settings -> User Account Settings.
But after 5 fail attempts, I can see IsLockedOut column value = 1 in database but in code, the API call to ValidateUser method is still returning me login status as Failure.
If I flush the DNN cache, the login status is returning me correct status which is 'LOGIN_USERLOCKEDOUT'.
Can you please tell us the solution for it?
Thank you.