nopaque/app/templates/auth/email/confirm.txt.j2

10 lines
231 B
Plaintext
Raw Normal View History

2019-07-08 14:09:00 +00:00
Dear {{ user.username }},
To confirm your account please click on the following link:
{{ url_for('auth.confirm', token=token, _external=True) }}
Sincerely,
2019-12-02 11:03:50 +00:00
The nopaque Team
2019-07-08 14:09:00 +00:00
Note: replies to this email address are not monitored.