From 0f0e822069cee55e1325d4b3cbe617cc3d07152f 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 63fa2c9..8474e27 100644 --- a/tmpl/lmConf-1.json +++ b/tmpl/lmConf-1.json @@ -264,7 +264,7 @@ "portalDisplayChangePassword": "$_auth =~ /^(LDAP|DBI|Demo)$/", "portalDisplayLoginHistory": 1, "portalDisplayLogout": 1, - "portalDisplayRegister": 1, + "portalDisplayRegister": %%boolean[%%llRegisterAccount], "portalDisplayResetPassword": %%boolean[%%llResetPassword], "portalForceAuthn": 0, "portalForceAuthnInterval": 0,