Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created January 22, 2020 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/9473b91a5c8824e731434846b723c3b1 to your computer and use it in GitHub Desktop.
Save Porter97/9473b91a5c8824e731434846b723c3b1 to your computer and use it in GitHub Desktop.
<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 Offbrand Team</p>
<p><small>Note: replies to this email address are not monitored.</small></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment