Roundcube Community Forum

Release Support => Pending Issues => Topic started by: PyroByte on March 25, 2021, 08:03:07 AM

Title: Disable "Server Settings" Tab in Settings
Post by: PyroByte on March 25, 2021, 08:03:07 AM
Hello, how can i disable "Server Settings" tab under Settings menu? I would like to restrict users to touch those settings.
Title: Re: Disable "Server Settings" Tab in Settings
Post by: JohnDoh on March 26, 2021, 04:14:48 AM
To disable an entire setting section you must add each of the settings in that section to dont_override.
Code: [Select]
$config['dont_override'] = ['read_when_deleted', 'flag_for_deletion', 'skip_deleted', 'delete_junk', 'logout_purge', 'logout_expunge'];