ForgotPasswordForm
A forgot-password form block with an email field that requests a password reset link. Shows a success message on submission. Wired up to the useAccAuth composable out of the box.
Install
Run the following command to install the forgot password form block:
npx acc-nuxt add ForgotPasswordFormPreview
Authentication
This block works automatically with the useAccAuth composable. On submit it calls requestPasswordReset, which sends a reset link to the user's email address. After a successful request the form is replaced by a confirmation message — no extra wiring required.