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
- Admin generates an invite code
- Share the code or invite link (
/invite/{code}) with the intended member - New member visits the link and creates their account
- 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.