mobieusKnow Invite System History #687
Author
Patrick Bass
Submitted
Sep 5, 2026 4:34am
Summary
Family meal sharing tickets: the conditions behind the share button and the Share with family? switch, reading a "logged but not shared" report back to a member, sharing a saved meal without logging it, and what to escalate

Invite System

When registration is set to invite-only, new members can only join with a valid invite code.

Managing Invites

Access at /admin/invites.

  • Generate codes. Create single-use or multi-use invite codes
  • Set expiry. Codes can have an expiration date
  • Revoke. Invalidate a code before it is used
  • Track usage. See which codes were redeemed and by whom

Invite Flow

  1. Admin generates an invite code
  2. Share the code or invite link (/invite/{code}) with the intended member
  3. New member visits the link and creates their account
  4. The invite code is marked as used

Bulk Invites

Generate multiple codes at once for events or batch onboarding.

## Invite System

When registration is set to invite-only, new members can only join with a valid invite code.

### Managing Invites

Access at `/admin/invites`.

- **Generate codes.** Create single-use or multi-use invite codes
- **Set expiry.** Codes can have an expiration date
- **Revoke.** Invalidate a code before it is used
- **Track usage.** See which codes were redeemed and by whom

### Invite Flow

1. Admin generates an invite code
2. Share the code or invite link (`/invite/{code}`) with the intended member
3. New member visits the link and creates their account
4. The invite code is marked as used

### Bulk Invites

Generate multiple codes at once for events or batch onboarding.