mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
15 lines
No EOL
822 B
Text
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 %} |