Disable password change and register on the portal

tags/smeserver-lemonldap-ng-0.2.19-1
Daniel Berteaud 11 years ago
parent 35b78342d5
commit cd31938846
  1. 9
      root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/035portal

@ -0,0 +1,9 @@
{
# Portal elements
$conf->{'portalDisplayRegister'} = 0;
$conf->{'portalDisplayResetPassword'} = 0;
$OUT = '';
}
Loading…
Cancel
Save