Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: pinemail11 on June 09, 2010, 03:15:00 AM

Title: restrict end users selecting other skins in multidomain environment
Post by: pinemail11 on June 09, 2010, 03:15:00 AM
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.
Title: restrict end users selecting other skins in multidomain environment
Post by: JohnDoh on June 09, 2010, 03:23:34 AM
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.
Title: restrict end users selecting other skins in multidomain environment
Post by: pinemail11 on June 09, 2010, 04:18:38 AM
That was cool
Thanks very much JohnDoh :)