Hi,
I am setting up the Password Reset functionality. So far, following the Wappler docs, I have been able to generate password reset link, email the link and browse to the reset password page correctly.
However, when I submit
the reset password form after entering the new password, I’m getting Status 500 Internal Server Error
with the url ..\reset_user_password.aspx
, which corresponds to the reset_user_password
server action. I’m also not getting any error
responses (400) when clicking on the 'Reset Password` button.
The password reset link is correctly showing the email and hash as url query parameters. The hidden query parameters on the reset page are also getting the values correctly.
I have set up the server action like this:
I’m not sure whether I’m missing a step or my server action is incorrectly setup. Any help would be greatly appreciated Thank you.
Last updated: