Hi @conradoflamini
Instead of receiving a JSON object that confirms the success of the action, the request is being redirected to?/campus/patricia2023/?checkemail=confirm, causing the call to return HTML. As a result, the Frontend Login module can’t understand the data and returns the error “Something went wrong. Please try again.”.
Are you using any plugins or settings that could be causing the redirect?
If it rings a bell, the base URL of your site is /campus/, your login page is /campus/mis-entrenamientos-virtual/ but the reset password redirects to /campus/patricia2023/?checkemail=confirm
I also noticed the reset password functionality on your site always displays a success message upon submission, even when the provided username or email does not match any existing user. This suggests that a security plugin may be intercepting the request. To verify whether this is causing the redirect, we recommend temporarily disabling the security plugin on your staging site and attempting to reset the password again. If this resolves the issue, would you mind telling us what security plugin you’re using and the settings?