aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/auth/signup_openid_navbar.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user/auth/signup_openid_navbar.tmpl')
-rw-r--r--templates/user/auth/signup_openid_navbar.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/signup_openid_navbar.tmpl b/templates/user/auth/signup_openid_navbar.tmpl
index 9928bb6198..b033022a8e 100644
--- a/templates/user/auth/signup_openid_navbar.tmpl
+++ b/templates/user/auth/signup_openid_navbar.tmpl
@@ -3,7 +3,7 @@
<a class="{{if .PageIsOpenIDConnect}}active{{end}} item" href="{{AppSubUrl}}/user/openid/connect">
{{.i18n.Tr "auth.openid_connect_title"}}
</a>
- {{if .EnableOpenIDSignUp}}
+ {{if and .EnableOpenIDSignUp (not .AllowOnlyInternalRegistration)}}
<a class="{{if .PageIsOpenIDRegister}}active{{end}} item" href="{{AppSubUrl}}/user/openid/register">
{{.i18n.Tr "auth.openid_register_title"}}
</a>