getsentry/sentry
Registration form in organization invite flow should pre-fill email address
Aperta
#121.594 aperta il 9 ago 2026
Good First IssueImprovementWaiting for: Support
Metriche repository
- Star
- (44.558 stelle)
- Metriche merge PR
- (Merge medio 1g 16h) (1000 PR mergiate in 30 g)
Descrizione
Problem Statement
When a user receives an organization invitation and clicks "Accept your invite" in the email, they are directed to the "Accept organization invite" page. Instead of immediately showing a registration form with the invitation email pre-filled, the page displays multiple confusing options.
Impact:
- Higher abandonment rates during user onboarding
- User confusion about which action to take next
- Unnecessary complexity for a core workflow
Screenshots:
Solution Brainstorm
Current Behavior
- User receives email: "Join [Organization] in using Sentry"
- User clicks "Accept your invite"
- → Redirected to "Accept organization invite" page
- → Page shows multiple confusing options (rather than a clear registration form)
Expected Behavior
- User clicks "Accept your invite" in the email
- → Directly shown a registration form with:
- Email field pre-filled (read-only or disabled) with the invitation email
- Password field
- Optional: Name field
- → After registration: User automatically logged in and added to the organization
Additional Context
- This workflow affects every user invited via
member.invite - This is a fundamental onboarding path, not an edge case
- The current experience contradicts the intent of the invitation (join this org)
Device/Environment
- Platform: [Chrome/Edge/Firefox/Safari on Windows/MacOS]
- Sentry version: [latest/self-hosted-sentry]
- Steps to reproduce: Invite a new user to your organization via "Add Team Member" → Send invite → Click link as new user
Product Area
Profiling