[% 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 %]
[%# AUP %]
[% i18n("Acceptable Use Policy") %]
[% INCLUDE aup_text.html %]
[%# The space below is intententionnal %]
[% i18n("I have read and accept the terms") %]
[%# Authentication choice %] [% IF list_authentications.size <= 1 %] [% FOREACH authentication_info IN list_authentications.pairs %] [% END %] [% ELSE %]
[% i18n("Authentication") %]
[% END %] [%# User / Pass %]
[% i18n("Username") %]
[% i18n("Password") %]
[%# submit %]
[% IF oauth2_google || oauth2_facebook || oauth2_github %]
[% IF oauth2_google -%]
[% i18n("or") %]
Login with Google account [% END -%] [% IF oauth2_facebook -%]
[% i18n("or") %]
Login with Facebook account [% END %] [% IF oauth2_github -%]
[% i18n("or") %]
Login with GitHub account [% END %]
[% END %] [% IF guest_allowed -%]
or
[% i18n("Sign up") %]
[% END -%]
[% INCLUDE footer.html %]