From 49495810ea07c10504c894fbf979568af7363f14 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Wed, 4 Apr 2012 13:00:01 -0400 Subject: Bug 672841 - Make BMO support BrowserID r=dkl --- template/en/default/account/auth/login.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (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 ec8c11e24..a3b075578 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -97,6 +97,8 @@ # their password, assuming that our auth method allows that. #%] + [% Hook.process('additional_methods') %] + [% IF Param("createemailregexp") && user.authorizer.user_can_create_account %]
-- cgit v1.2.3-24-g4f1b