[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [%# INTERFACE: # target: string. URL to go to after login. #%] [% IF !target %] [% target = "index.cgi" %] [% END %] [% PROCESS global/header.html.tmpl title = "Log in to $terms.Bugzilla" %] [% USE Bugzilla %]

[% terms.Bugzilla %] needs a legitimate login and password to continue

[% IF Param('rememberlogin') == 'defaulton' || Param('rememberlogin') == 'defaultoff' %] [% END %]
 
[% PROCESS "global/hidden-fields.html.tmpl" exclude="^Bugzilla_(login|password|restrictlogin)$" %] [% Hook.process('additional_methods') %]

Note: you should make sure cookies are enabled for this site. Otherwise, you will be required to log in frequently.

[% IF can_create_account %]

[% IF Param("requirelogin") %] A user account is required because this Bugzilla installation is only accessible to authenticated users. [% ELSIF target.match("_bug\.cgi$") %] A user account is required to file a new [% terms.bug %] or to comment into existing ones so that you can be contacted if more information is needed. [% END %]

[% END %]
[% PROCESS global/footer.html.tmpl %]