Search found 5 matches

by patrickbello
03 Aug 2017, 04:32
Forum: Customizations
Topic: Grant 'Create and Manage Repository Settings
Replies: 2
Views: 6104

Re: Grant 'Create and Manage Repository Settings

atrol wrote:Not sure if it's the same in the outdated Mantis 1.2 version you use:

Goto page Manage > Manage plugins
Click on "Source Control Integration" in the list.
Change setting "Manage Threshold"
Got it! Thanks for your help!
by patrickbello
01 Aug 2017, 14:32
Forum: Customizations
Topic: Grant 'Create and Manage Repository Settings
Replies: 2
Views: 6104

Grant 'Create and Manage Repository Settings

We do have several access levels(e.g. Viewer, Updater, QA, Manager, Administrator) I'm trying to enable the "Create and Manage Repository Settings for QA access level". What command should I include in config_inc.php or how can I achieve this to enable it for QA access level?
by patrickbello
01 Aug 2017, 09:13
Forum: Customizations
Topic: Grant Manage Plugins to Other Access Levels
Replies: 4
Views: 8200

Re: Grant Manage Plugins to Other Access Levels

atrol wrote:Your screen shot shows that you are logged in as Nik - QA
I assume that QA is an access level which has been setup by your own and which is below MANAGER access level.
Of course, I changed it to QA :D
Anyway, I got it sorted now. Thanks!
by patrickbello
01 Aug 2017, 06:56
Forum: Customizations
Topic: Grant Manage Plugins to Other Access Levels
Replies: 4
Views: 8200

Re: Grant Manage Plugins to Other Access Levels

atrol wrote:Add the following line to file config_inc.php and adjust to your needs, e.g for managers

Code: Select all

$g_manage_plugin_threshold = MANAGER;
Thanks for the reply. I've added the line to file config_inc.php, however it still the same..
by patrickbello
26 Jul 2017, 08:30
Forum: Customizations
Topic: Grant Manage Plugins to Other Access Levels
Replies: 4
Views: 8200

Grant Manage Plugins to Other Access Levels

Administrators access level can only manage plugins. Is there way to grant or enable other access levels like managers or developers to manage plugins? If so, how? Thanks in advance.