Roundcube Community Forum

 

restrict end users selecting other skins in multidomain environment

Started by pinemail11, June 09, 2010, 03:15:00 AM

Previous topic - Next topic

pinemail11

Hello,

We are using Roundcube 0.3.1. Postfix, Dovecot, Openldap in the backed.
We have multiple domains configured on this mail server and separate skins configured for each domain.
When a user logon to his/her mailbox, click on Settings->Preferences tab -> Interface skin dropdown option is listing all the domains. We want to restrict users accessing skins of other domains, or disable "Interface skin" option itself for the end users.
Any help on this woud be highly appreciated.

JohnDoh

hi, take a look in config/main.inc.php you should find a $rcmail_config['dont_override'] option, you can put the name of any per user option in there which you dont want to be overridden. eg $rcmail_config['dont_override'] = array('skin'); the option will then be removed from the personal settings page.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

pinemail11