Add automatic confirmation mail after changing e-mail adress.

This commit is contained in:
Patrick Jentsch
2019-07-09 13:27:13 +02:00
parent 640bcc2bf1
commit dec9efa074
3 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
Dear {{ user.username }},
Welcome to Opaque!
To confirm your account please click on the following link:
{{ url_for('auth.confirm', token=token, _external=True) }}