View Issue Details

IDProjectCategoryView StatusLast Update
0006360mantisbtadministrationpublic2009-06-26 13:30
Reporterpetersendidit Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0rc2 
Summary0006360: $g_manage_user_threshold = MANAGER; Does not Work
Description

I have my config_inc.php set to have:
$g_manage_user_threshold = MANAGER;

But when Users with Manager access login they can not access the manage users page. Whats up? What do i need to fix?

TagsNo tags attached.

Relationships

duplicate of 0006524 closeddhx Patch: 'manage users' link is displayed only to admins 

Activities

petersendidit

petersendidit

2005-10-21 10:19

reporter   ~0011520

in /core/html_api.php

line 634 should be changed from:

if ( access_has_global_level( ADMINISTRATOR ) ) {

to

if ( access_has_global_level( config_get( 'manage_user_threshold' ) ) ) {