Skip to content

Bug: Invitation onboarding is inconsistent when DISABLE_REGISTRATION=true #6473

Description

@eni4sure

Describe the bug
When registration is disabled, explicitly invited people should be able to create an account and join the organization/workspace, while generic public registration remains disabled.

Right now, the invite flow still offers account creation, but the user is sent to signup and then blocked by the registration-disabled screen. That makes the invite experience inconsistent and unusable for invited new users.

To Reproduce

  1. Set DISABLE_REGISTRATION=true.
  2. Open a valid invitation link while logged out.
  3. Click “Create an account”.
  4. You are redirected to signup.
  5. Signup is blocked because registration is disabled.

Expected behavior
If registration is disabled, we should either:

  • support invitation-only onboarding, allowing invited users to complete account setup and join, or
  • clearly prevent account creation from the invite flow and tell the user that only existing accounts can accept invitations.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Other projects usually treat disabled registration as “invite only” rather than “no new accounts at all.” If an invite was sent intentionally, the user should be able to finish account setup and join. If that is not supported, the UI and flow should make that limitation explicit instead of routing users into blocked signup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions