[horde] Global Preferences

Michael M Slusarz slusarz at horde.org
Thu Jul 11 17:51:11 UTC 2013


Quoting Andreas Schulze <sca at andreasschulze.de>:

> 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

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the horde mailing list