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 ResetPasswordFormPreview
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.