I need to enforce strict password complexity for user signups. Please update the registration flow with the following requirements: the password must be at least 8 characters long, contain at least one uppercase letter, one lowercase letter, one special character, and cannot be a common password (like 'password').
Add frontend validation to the registration form to show inline errors if these conditions aren't met.
Crucially, update the backend function that handles user registration to perform this exact same validation before calling the auth database. If the backend validation fails, it must reject the registration and return a clear error."
Please authenticate to join the conversation.
In Review
Feature Request
About 19 hours ago

TonyCav84
Get notified by email when there are changes.
In Review
Feature Request
About 19 hours ago

TonyCav84
Get notified by email when there are changes.