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.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 e91a489dc..123449d72 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -76,6 +76,8 @@

+[% 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