RegisterForm

A pre-built Register form block with an email field, password field, and live password requirements feedback. Wired up to the useAccAuth composable so it works out of the box.

Install

Run the following command to install the register form block:

npx acc-nuxt add RegisterForm

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. On submit it calls signUp with the provided email and password. After a successful submit it shows a confirmation message telling the user to check their email for the next step.