mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-29 07:01:35 +00:00
Add automatic confirmation mail after changing e-mail adress.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<p>Dear {{ user.username }},</p>
|
||||
<p>Welcome to <b>Opaque</b>!</p>
|
||||
<p>To confirm your account please <a href="{{ url_for('auth.confirm', token=token, _external=True) }}">click here</a>.</p>
|
||||
<p>Alternatively, you can paste the following link in your browser's address bar:</p>
|
||||
<p>{{ url_for('auth.confirm', token=token, _external=True) }}</p>
|
||||
|
Reference in New Issue
Block a user