mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 17:25:44 +00:00
9 lines
510 B
Django/Jinja
9 lines
510 B
Django/Jinja
<p>Dear {{ user.username }},</p>
|
|
<p>To reset your password <a href="{{ url_for('auth.password_reset', 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.password_reset', token=token, _external=True) }}</p>
|
|
<p>If you have not requested a password reset simply ignore this message.</p>
|
|
<p>Sincerely,</p>
|
|
<p>The Opaque Team</p>
|
|
<p><small>Note: replies to this email address are not monitored.</small></p>
|