You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It didn't as that requires the user to be saved, and the user will not know why the login is failing.
We have two flags in the users db, activation and requireReset, If the user is clicking forgot password the activation flag is set. So there should be a check on the login. If successful and activation exists but not requireReset, remove the activation flag as the self reset is not required anymore.
Steps to reproduce the issue
Expected result
User should be able to login with passkey.
Actual result
User get an error access denied.
System information (as much as possible)
Joomla! Version | Joomla! 5.2.2 Stable [ Uthabiti ] 26-November-2024 16:00 GMT
Additional comments
Maybe we should clear the activation flag in the user table if the user successfully logins,
The text was updated successfully, but these errors were encountered: