{{ _('BrowserID is here!') }}

{% trans browserid_href='https://browserid.org/', why_browserid='http://identity.mozilla.com/post/12950196039/deploying-browserid-at-mozilla' %} MDN has switched to BrowserID, a safe and simple way to sign in with just your e-mail address. Learn more about it. {% endtrans %}

{{ _('New MDN Members') }}

{% trans %} We couldn't find an MDN profile for your BrowserID. If you're new here, you can pick an MDN username now and complete your registration. {% endtrans %}

{% trans %} You can access everything on the MDN website even without an account, but when you join you'll be able to edit docs, submit demos, and have your own profile page. {% endtrans %}

{{ errorlist(register_form) }} {{ csrf() }}
  • {{ register_form.username|safe }}

{{ _('Returning MDN Members') }}

{% trans %} If you have an MDN account, log in here to use your existing MDN profile. You'll be able to sign in with your BrowserID from now on. {% endtrans %}

{{ errorlist(login_form) }} {{ csrf() }}
  • {{ login_form.username|safe }}
  • {{ login_form.password|safe }}

{{ _('Forgot your email?') }}

{% trans %} If you have an MDN account, but you've forgotten which email address you use on MDN, enter your usname below and we'll send you an email reminder. {% endtrans %}

{{ errorlist(login_form) }} {{ csrf() }}
  • {{ login_form.username|safe }}