The reset password page is intended for users who have lost their password. When a user requests a password reset, they receive an email with a link that contains the reset password key.
It looks like you’re trying to set up an “Update Password” page, which isn’t natively supported yet (but you can submit it to our idea board: Idea board – Bricks). To achieve this, you’ll need to use a custom action. You can learn more about how to set this up here: Form Element – Bricks Academy.
In the post linked above, @AlexArtix shared their approach to getting “new password” and “repeat password” form fields to check if they match before proceeding with a password reset. I haven’t successfully achieved the result described in that post. But, I’m hoping to implement a password reset/update functionality that double-checks the new password before submitting it. I’m curious if you can help me out.
Is this what you would consider an “update password” page? Also, are there currently any plans to add native password field validation to the Form element for this use case?