aboutsummaryrefslogtreecommitdiff
path: root/app/templates/email/reset_password.html
blob: 5ce604d4f9530a4fa9431d669c3a923c9573e681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<p>Dear {{ user.username }},</p>
<p>
  To reset your password
  <a href="{{ url_for('auth.reset_password', 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('reset_password', token=token, _external=True) }}</p>
<p>If you have not requested a password reset then you can simply ignore this email.</p>
<p>Sincerely,</p>
<p>The AnnotateChange Team</p>