Skip to content

Organization creation form doesn't show an error when email is invalid #10551

@stilla

Description

@stilla

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

  1. Start the organization creation flow
  2. Enter an invalid or non-working email address
  3. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions