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

[% i18n("register: not allowed to register") %]

[% i18n("register: should be allowed") %]


[% ELSE %] [%# 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 %]
[% i18n("Username") %]
[% END %] [% UNLESS 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 -%]
or
[% i18n("Sign up") %]
[% END -%] [% IF billing -%]
or
[% i18n("Pay for your access") %]
[% END %] [% FOREACH source IN saml_sources -%]
or
[% i18n("Login using SAML on ${source.description}") %]
[% END %]
[% END %] [% INCLUDE footer.html %]