[horde] Global Preferences

Andreas Schulze sca at andreasschulze.de
Thu Jul 11 17:23:24 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...
Andreas


More information about the horde mailing list