From 7bdd1cbe564883cd12abee3657e671e97e85a8e5 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Wed, 21 Jul 2004 05:41:18 +0000 Subject: Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles patch by erik r=joel, kiko a=myk --- template/en/default/account/auth/login.html.tmpl | 28 ++++++++++++++++-------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'template/en/default/account/auth/login.html.tmpl') diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index a4757bc1c..f8e54f36f 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -25,6 +25,7 @@ # 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 #%] [% PROCESS global/variables.none.tmpl %] @@ -101,23 +102,32 @@ #%] [% IF caneditaccount %] -
[% IF Param("createemailregexp") %] +
+

If you don't have a [% terms.Bugzilla %] account, you can create a new account.

[% END %] -
- - If you have an account, but have forgotten your password, - enter your login name below and submit a request - to change your password.
- - -
+ [%# For now, password change requests only apply to the DB + # verification method #%] + + [% IF has_db != 0 %] +
+ +
+ + If you have an account, but have forgotten your password, + enter your login name below and submit a request + to change your password.
+ + +
+ + [% END %]
[% END %] -- cgit v1.2.3-24-g4f1b