-
0.2.0
Stablereleased this
2026-04-19 22:01:30 +00:00 | 9 commits to main since this releaseAutomatic release for version 0.2.0
Built from commit:
11e95789e9Changelog
Added
- Two-step confirmation process for email creation requests
- Users must verify their request by clicking a confirmation link sent to the email address provided during registration
- After the request is approved, users must complete a second verification by clicking an additional confirmation link sent via email
Deployment instruction
A manual db migration is necessary if coming from a previous version:
ALTER TABLE email_requests ADD COLUMN confirmation_token VARCHAR; ALTER TABLE email_requests ADD COLUMN confirmation_expires_at TIMESTAMP;Automatic migration will be setup in the future if needed
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
release-0.2.0.tar.gz
2 downloads ·
2026-04-19 22:01:32 +00:00 · 5 MiB
- Two-step confirmation process for email creation requests