From ceb57bc769eeda8520c9daca5796a51718284e71 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 26 Mar 2012 12:09:57 +0100 Subject: Add hooks for alternative login methods. r,a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=698418 --- template/en/default/account/auth/login-small.html.tmpl | 3 +++ template/en/default/account/auth/login.html.tmpl | 2 ++ 2 files changed, 5 insertions(+) (limited to 'template/en/default/account') diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index d7cf6fea9..b5f3f76a7 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -25,6 +25,9 @@ [% script_name = login_target _ connector _ "GoAheadAndLogIn=1" %] Log In + + [% Hook.process('additional_methods') %] +
+[% Hook.process('additional_methods') %] + [%# Allow the user to create a new account, or request a token to change # their password, assuming that our auth method allows that. #%] -- cgit v1.2.3-24-g4f1b