Users
Resend invitations
Re-send setup emails to users who haven't set their password
If a user's invitation email was lost, expired, or never received, administrators can re-send it with a single click.
Resend an invitation
- Navigate to Správce → Uživatelé tab
- Find the user in the list
- Click the ✉️ (envelope) button on their row

A toast notification confirms: "Pozvánka odeslána na {email}".
How it works
When you resend an invitation:
- Any existing unused setup tokens for this user are invalidated
- A new secure token is generated
- An email is sent with a fresh password setup link
- The new link is valid for 72 hours
You can resend invitations to any user, not just newly created ones. This is useful if a user needs to reset their access.
Troubleshooting
| Issue | Solution |
|---|---|
| User didn't receive the email | Check spam/junk folders, verify SMTP is configured |
| Setup link expired | Resend the invitation to generate a new link |
| SMTP not configured | Set SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS, and SMTP_FROM environment variables |