Disable password change and register on the portal

This commit is contained in:
Daniel Berteaud 2014-07-01 21:15:23 +02:00
parent 35b78342d5
commit cd31938846
1 changed files with 9 additions and 0 deletions

View File

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