Back to Redash

Reset

redash/templates/emails/reset.html

26.06.0-dev385 B
Original Source

{% extends "emails/layout.html" %} {% block content %}

Hi {{ user.name }},

You told us you forgot your password. If you really did, click here to choose a new one:

| Choose a new password |

Need the raw link? {{ reset_link }}

If you didn't mean to reset your password, then you can just ignore this email; your password will not change.

{% endblock %}