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 }},
2020-02-24 16:32:20 +00:00
to confirm your account please click on the following link:
2019-07-08 14:09:00 +00:00
{{ 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.