Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0009076mantisbtapi soappublic2010-04-23 23:22
Reportermonkiki Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
PlatformLinuxOSUbuntuOS VersionFeisty
Product Version1.1.1 
Summary0009076: mc_issue_add fails to create issue using user with "informer" access level
Description

An user with "informer" access level can create issues from mantis (web), but when using SOAP, fails with "Access Denied" exception.

TagsNo tags attached.

Relationships

duplicate of 0010491 closedvboctor mc_issue_add incorrect access level check 

Activities

vboctor

vboctor

2009-10-06 03:39

manager   ~0023073

By default only DEVELOPERs and above can use the SOAP API. However, this can be overwriden by the following in config_inc.php:

$g_mc_readwrite_access_level_threshold = REPORTER;

KarlReichert

KarlReichert

2009-12-01 10:53

reporter   ~0023836

Last edited: 2009-12-01 10:54

I set the value as mentioned, but in 1.2.0 RC2 it still does not work!

Maybe this is related with bug 0010491 ?! Is this bug fixed in 1.2.0 RC2?