diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-12 22:08:43 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-12 22:08:43 +0200 |
commit | f17bbbabc3a54b95485ef989ceb6adc8a59c6519 (patch) | |
tree | ce1592b187743245923f90663d917d371ec1d7a3 /template/en | |
parent | 315f4743d1c9e1d671841f8247ee99489112eb57 (diff) | |
download | bugzilla-f17bbbabc3a54b95485ef989ceb6adc8a59c6519.tar.gz bugzilla-f17bbbabc3a54b95485ef989ceb6adc8a59c6519.tar.xz |
Removed extra 'additional_methods' hook
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index a3b075578..ec8c11e24 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -97,8 +97,6 @@ # their password, assuming that our auth method allows that. #%] - [% Hook.process('additional_methods') %] - [% IF Param("createemailregexp") && user.authorizer.user_can_create_account %] <hr> |