Customer registrations
Create your Aroma account to manage inquiries, receive project updates, and access customer-only services.
What registration unlocks
This registration flow stores the customer securely in PostgreSQL through Prisma and hashes passwords before persistence.
- Unique email protection to prevent duplicate accounts.
- Server-side validation for required fields, email format, and password length.
- Immediate success and error feedback after form submission.