{% extends "users/base.html" %} {% from "includes/error_list.html" import errorlist %} {% set title = _('Change Email Address') %} {% set classes = 'change_email' %} {% block content %}

{{ _('Change email with Persona') }}

{% trans browserid_href='https://persona.org/', why_browserid='http://identity.mozilla.com/post/12950196039/deploying-browserid-at-mozilla' %}

What's this?

MDN has switched to Persona, a safe and simple way to sign in with just your e-mail address. Learn more about why Mozilla is using Persona.

{% endtrans %}

{% trans %} To change your MDN email, simply sign in below with the new email address. {% endtrans %}

{# RED FLAG: This adds another form? #} {% include "users/browserid_signin.html" %} {% if messages %} {% endif %}
{% endblock content %}