From 583e77d7c7a387c37e066de0f2a5ab3e65880402 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Fri, 29 Jan 2021 10:10:15 +0100 Subject: [PATCH] Fix Register button display --- tmpl/lmConf-1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/lmConf-1.json b/tmpl/lmConf-1.json index e38468e..39e2589 100644 --- a/tmpl/lmConf-1.json +++ b/tmpl/lmConf-1.json @@ -279,7 +279,7 @@ "portalDisplayChangePassword": "$_auth =~ /^(AD|LDAP|DBI|Demo)$/", "portalDisplayLoginHistory": 1, "portalDisplayLogout": 1, - "portalDisplayRegister": 1, + "portalDisplayRegister": %%boolean[%%llRegisterAccount], "portalDisplayResetPassword": %%boolean[%%llResetPassword], "portalForceAuthn": 0, "portalForceAuthnInterval": 0,