-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't view members... but I can #609
Comments
Two things here -
|
The public shouldn't be able to see all the members of a project. I think with the current permissions they shouldn't be able to see any of them. if we someday end up having public/private users or more granular permissions then maybe that would work differently. |
@dpalomino what do you think about this? |
I agree with @wonderchook, I think users should only be able to see other users within their own organization, so public users or users pertaining to other organizations will not see any user details on the right column when accessing to the overview section of organizations other than theirs. |
Cadasta#728) * Show member list only to an organization member : Cadasta#609 * Fixed issues * Used exists() method
Steps to reproduce the error
As only a member of an organization or public, select the organization overview page. You will see in the right column members listed. (Right now it shows all but I think eventually it will only show 5?) Select the "View all" button or the "Members" subnav tab on the left.
Actual behavior
Gives me a permissions error
Expected behavior
If I truly am not supposed to see the member of an organization, then I should see the ones listed in the right column.
The text was updated successfully, but these errors were encountered: