1
0
Fork 0
mirror of https://codeberg.org/rimu/pyfedi synced 2025-02-13 13:58:04 -08:00
pyfedi/app/templates/email/verification.txt
2024-02-24 13:33:28 +13:00

9 lines
196 B
Text

Hello {{ user.display_name() }},
To verify your email address, please open this link:
{{ url_for('auth.verify_email', token=user.verification_token, _external=True) }}
Thanks,
The PieFed Team