NewsBlur/templates/mail/email_forgot_password.txt
2019-07-28 16:33:12 -07:00

15 lines
No EOL
822 B
Text

{% extends "mail/email_base.txt" %}
{% load utils_tags %}
{% block body %}Forgot your password? No problem.
You can change your password by visiting this link:
https://{% current_domain %}{{ user.profile.autologin_url }}?next=/profile/forgot_password_return
You will be auto-logged into your account and presented with a form to change your password.
Hope everything on NewsBlur is working well for you. Let me know if you see any issues. I rely on folks like you who know how to email me to be my eyes and ears on the site.
{% if not user.profile.is_premium %}And if you like using NewsBlur, consider going premium to help fund further development. I'm a solo developer, so it goes a long way.{% else %}And a huge thanks for going premium. I'm a solo developer, so it goes a long way.{% endif %}{% endblock body %}