Skip to content

Commit

Permalink
Fix #11400: Increase default $g_view_configuration_threshold
Browse files Browse the repository at this point in the history
By default, $g_view_configuration_threshold is currently set to
DEVELOPER. This option should really be changed to have a default of
ADMINISTRATOR, as the configuration of MantisBT can contain sensitive
information.

There won't be impact to current installations, as users at DEVELOPER
level have no links whatsoever in the UI to the adm_ and manage_ pages
of MantisBT.
  • Loading branch information
davidhicks committed Jan 15, 2010
1 parent 0d044ba commit 589ef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_defaults_inc.php
Expand Up @@ -2700,7 +2700,7 @@
* threshold for users to view the system configurations
* @global int $g_view_configuration_threshold
*/
$g_view_configuration_threshold = DEVELOPER;
$g_view_configuration_threshold = ADMINISTRATOR;

/**
* threshold for users to set the system configurations generically via MantisBT web interface.
Expand Down

0 comments on commit 589ef8f

Please sign in to comment.