View Issue Details

IDProjectCategoryView StatusLast Update
0005484mantisbtadministrationpublic2005-05-31 11:33
Reporterjohnwebbcole Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Summary0005484: Users added to a private project are not listed in the mange projects user list
Description

Public projects show the users who are allowed access to the project, but a private project doesn't not show this information.

If you go and look at an account that has been added, it will show that account does indeed have permission to access the project. Logging in with that account will allow access at the given level.

It appears that only the manage project page has the problem with private projects and listing allowed users.

TagsNo tags attached.

Relationships

duplicate of 0005295 closedthraxisp Private projects don't allow users who have been added to the project use the project... 
duplicate of 0005425 closedthraxisp Private projects don't allow users who have been added to the project use the project... 
has duplicate 0005638 closedthraxisp Assign a user to mutliple private projects via the users administration 

Activities

johnwebbcole

johnwebbcole

2005-05-03 11:30

reporter   ~0010019

This seems to be working in the current cvs version now.

gy-zhang

gy-zhang

2005-05-12 08:29

reporter   ~0010104

Agree, I meet this problem too

thraxisp

thraxisp

2005-05-12 09:11

reporter   ~0010105

Is this still an issue in 1.0.0a2 ?

gy-zhang

gy-zhang

2005-05-12 21:23

reporter   ~0010109

Last edited: 2005-05-12 21:24

Yes, it does exist in version 1.0.2a, and exist in the latest version on the CVS till May. 12

If you create a new private project and then add users, these users seems can see the project in their project list;

But if set add users to a exist private project, these users can not see the project in their project list;

thraxisp

thraxisp

2005-05-12 22:02

reporter   ~0010110

Last edited: 2005-05-12 22:04

Could you retest this with a current CVS version (core/project_api.php v1.73)? There were some significant changes today that should fix this.

Also fixed some problems with the manage_user_page in CVS.
manage_user_edit_page.php -> 1.15

gy-zhang

gy-zhang

2005-05-13 00:12

reporter   ~0010112

Last edited: 2005-05-13 01:31

I tested this function using the latest source code on CVS, this issue still exists.

I added a user(Developer) to more than one project(as developer), when he login in, he can see all of the projects authorized to him in the menu "My Account", but:

1) he can not see any project listed ;
2) In some condition, he can see the issue list of one project, but still can not see the project list;

I confirmed the users saved on tabe "mantis_project_table" are right.

An important information: In this condition, when I try to assign an issue to somebody, I can not find the users those are added to this project actually except administrator account!!

This function is important to us, in order to prevent the users which are not authorized to access our project, we should set our projects as private.

Thank you ^_^

gy-zhang

gy-zhang

2005-05-13 05:10

reporter   ~0010117

It's a duplicate of the 5295 & 5425