summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2013-02-20 22:33:09 +0000
committerColin Guthrie <colin@mageia.org>2014-09-15 20:44:40 +0100
commitda60344c9f733a308632beb0c2f25a5dbf7cd122 (patch)
tree8c1391cbf60d8ad821c30a1d80326118bb1e6666
parente7eca819b8c6b170f066ba5e87785d776dd6562d (diff)
downloadbugzilla-da60344c9f733a308632beb0c2f25a5dbf7cd122.tar
bugzilla-da60344c9f733a308632beb0c2f25a5dbf7cd122.tar.gz
bugzilla-da60344c9f733a308632beb0c2f25a5dbf7cd122.tar.bz2
bugzilla-da60344c9f733a308632beb0c2f25a5dbf7cd122.tar.xz
bugzilla-da60344c9f733a308632beb0c2f25a5dbf7cd122.zip
Allow to create accounts
-rw-r--r--template/en/default/index.html.tmpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl
index e9e9214..1d26c4f 100644
--- a/template/en/default/index.html.tmpl
+++ b/template/en/default/index.html.tmpl
@@ -120,12 +120,7 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
<a id="account"
[% IF user.id %]
href="userprefs.cgi"><span>User Preferences</span></a>
- [% ELSIF Param('createemailregexp')
- && user.authorizer.user_can_create_account
- %]
href="http://identity.mageia.org/register"><span>Open a New Account</span></a>
- [% ELSE %]
- href="?GoAheadAndLogIn=1"><span>Log In</span></a>
[% END %]
</li>
</ul>