{% extends "email/default.html" %} {% block title %}Verify Your Email{% endblock %} {% block preheader %}Verify your new {{SITE_NAME}} email.{% endblock %} {% block content %}

You told us you wanted to change your {{SITE_NAME}} account email. To finish this process, please verify your new email address:

For reference, here's your current information:

Email: {{v.email}}
Username: {{v.username}}

Please note that {{SITE_NAME}} will never ask you for your email, password, or two-factor token via email, text, or phone.

If you're having trouble with the button above, copy and paste the URL below into your web browser.

{{action_url}}

{% endblock %}