my $template = Bugzilla->template;
$template->process("account/auth/login.html.tmpl",
{ 'target' => $cgi->url(-relative=>1),
- 'form' => \%::FORM,
- 'mform' => \%::MFORM,
'caneditaccount' => Bugzilla::Auth->can_edit('new'),
'has_db' => Bugzilla::Auth->has_db,
}
[%# INTERFACE:
# target: string. URL to go to after login.
- # form: hash; the form values which need to be submitted to the target script
- # mform: hash; the form values with multiple values which need to be
- # submitted to the target script
# has_db: true if DB is one of the available authentication mechanisms
#%]