[horde] Global Preferences

delfreoa at gmail.com delfreoa at gmail.com
Tue Jul 16 08:31:54 UTC 2013


>> Zitat von delfreoa at gmail.com:
>>
>>> I want to disable the ability to choose from the menu the option:
>>> Preferences -> Global Preferences
>>
>> you could disable any prefGroups. The page is still available but empty.
>>
>> #cat horde/config/prefs.local.php
>> <?php
>> $prefGroups['identities']['suppress'] = true;
>> $prefGroups['forgotpass']['suppress'] = true;
>> $prefGroups['language']['suppress'] = true;
>> $prefGroups['categories']['suppress'] = true;
>> $prefGroups['display']['suppress'] = true;
>> $prefGroups['facebook']['suppress'] = true;
>> $prefGroups['twitter']['suppress'] = true;
>> $prefGroups['imspauth']['suppress'] = true;
>> $prefGroups['syncml']['suppress'] = true;
>> $prefGroups['activesync']['suppress'] = true;
>>
>> Maybe the experts know a better solution...
>
>No, this is the easiest/correct way of doing this.
>
>michael

Thank all,
Sorry for my bad english.
I just want to hide the voice on the menu
Preferences -> Global Preferences
so our clients can't see it

Thanks
Alessandro


More information about the horde mailing list