[% title = i18n("Login") %] [% INCLUDE header.html body_attributes = 'onload="$(\'username\').focus();"'; %] [%# Welcome text %]
You are not authorized

[% i18n("register: all systems must be registered") %]

[% i18n("register: to complete") %]


[%# Error %] [% IF txt_auth_error.defined %]

[% txt_auth_error %]

[% END %] [% IF txt_validation_error.defined %]

[% txt_validation_error %]

[% END %]
[%# AUP %]
[% i18n("Acceptable Use Policy") %]
[% INCLUDE aup_text.html %]
[%# The space below is intententionnal %]
[% i18n("I have read and accept the terms") %]
[%# User / Pass %] [% UNLESS no_username %]
[% IF null_source %][% i18n("Email") %] [% ELSE %] [% i18n("Username") %][% END %]
[% END %] [% UNLESS null_source || no_password %]
[% i18n("Password") %]
[% END %] [% FOREACH field IN mandatory_fields %]
[% i18n("$field") %]
[% END %] [%# submit %]
[% IF oauth2_google || oauth2_facebook || oauth2_github || oauth2_linkedin || oauth2_win_live || oauth2_twitter %]
[% IF oauth2_google -%]
[% i18n("or") %]
[% i18n('Login with Google account') %] [% END -%] [% IF oauth2_facebook -%]
[% i18n("or") %]
[% i18n('Login with Facebook account') %] [% END %] [% IF oauth2_github -%]
[% i18n("or") %]
[% i18n('Login with GitHub account') %] [% END %] [% IF oauth2_linkedin -%]
[% i18n("or") %]
[% i18n('Login with LinkedIn account') %] [% END %] [% IF oauth2_win_live -%]
[% i18n("or") %]
[% i18n('Login with Windows Live account') %] [% END %] [% IF oauth2_twitter -%]
[% i18n("or") %]
[% i18n('Login with Twitter account') %] [% END %]
[% END %] [% IF guest_allowed && !null_source -%]
or
[% i18n("Sign up") %]
[% END -%]
[% INCLUDE footer.html %]