ResetPasswordForm

A reset-password form block with a password field and live requirements feedback. Reads the reset token from the URL, redirects away if missing, and calls confirmPasswordReset on submission. Wired up to the useAccAuth composable out of the box.

Install

Run the following command to install the reset password form block:

npx acc-nuxt add ResetPasswordForm

Preview

8 or more characters
Upper & Lowercase letters
At least one number
At least one special character
Within the maximum limit of 30

Authentication

This block works automatically with the useAccAuth composable. It reads the token query parameter from the URL and passes it to confirmPasswordReset on submit. If no token is present the form immediately redirects the user away. After a successful reset the user is sent to the login page — no extra wiring required.