-
Notifications
You must be signed in to change notification settings - Fork 684
Open
Description
Summary
When creating a new organization, if the user enters an invalid/non-working email address, the form returns a 400 error silently — with no helpful feedback to the user about what went wrong.
Steps to reproduce
- Start the organization creation flow
- Enter an invalid or non-working email address
- Submit the last step of the form
Expected behavior
The form should display a clear, inline error message indicating that a valid working email address is required.
Actual behavior
The form returns a HTTP 400 error with no user-facing explanation. The user has no way to know the email they entered is the problem.
Notes
A customer self-discovered the fix by trial and error. The fix is to surface proper validation feedback on the email field during organization creation.
Sent by @frankie567 from Create GitHub issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status