{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %}{% block section %}

Someone (hopefully you) requested a password reset for your PostHog account{% if cloud %} on PostHog Cloud.{%else%} hosted on {% strip_protocol site_url %}{% endif %}.

{% if social_providers|length > 0 %}
Our records show you have linked your account to the following social/SSO provider(s): {% human_social_providers social_providers %}. You can try logging in with a social provider, or alternatively click below to create a new password.
{% endif %}
Reset your password

If the button above doesn't work, paste this link into your browser:
{% absolute_uri link %}

{% endblock %} {% block preheader %}{{preheader}}{% endblock %}{% block heading %}Password reset request{% endblock %}