-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin override setting in config file dont_override #14
Comments
The sample config.inc.php.dist isn't too good. If you want to disable some authres_status config option, you have to add them to the dont_override array in the main config.inc.php file, not the plugins' config. |
Ok, File config.inc.php plugin authress
This not working but I add to config.inc.php in plugin and now working |
use the $config['don't_override'] in the main rc config, comment out the setting in the plugin's config. |
dont_override should always be set in the main config, also see this pull request: roundcube/roundcubemail#5303 |
Roundcube latest 1.2 and set in config file $config['dont_override'] = array('skin');
Plugin override this setting and show in configuration all available skins
The text was updated successfully, but these errors were encountered: