{{ _('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 %} {% for message in messages %} {{ message }} {% endfor %} {% endif %}