Actions
Sub-Task #166
openEpic #3: Implement a secure user authentication system
Feature #159: User Account Provisioning
User Story #263: As an administrator, I want to invite a new user by email, so that they can activate their own account
Send invitation email with token
Sub-Task #166:
Send invitation email with token
Start date:
Due date:
% Done:
0%
Estimated time:
Description
When an administrator invites someone, an email is sent to them containing a single-use link to accept the invitation.
- The link expires after 7 days.
- Emails are sent through SMTP, configured entirely via environment variables (host, port, credentials, sender address, encryption).
- Email content uses fixed templates, not editable from the admin interface.
- For local development, a self-hosted mail-catching tool is provided so anyone can inspect sent emails without a real mailbox.
Updated by Bricklou 18 days ago
- Blocked by Sub-Task #195: Integrate SMTP provider added
Updated by Bricklou 18 days ago
- Blocked by Sub-Task #194: Implement email template rendering added
Actions