Skip to content
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

API: Members added to an organization are automatically assigned as administrators #608

Closed
linzjax opened this issue Aug 26, 2016 · 1 comment
Assignees
Milestone

Comments

@linzjax
Copy link
Contributor

linzjax commented Aug 26, 2016

Steps to reproduce the error

Using httpie:

http POST http://localhost:8000/api/v1/organizations/<organization>/users/ 'username'=<username> AUTHORIZATION:'Token <token>'

Check newly added users admin status

Actual behavior

Users are assigned admin status automatically.

Expected behavior

Users are assigned as members, and must explicitly be made admins.

@linzjax linzjax added the bug label Aug 26, 2016
@wonderchook wonderchook added this to the Sprint 8 milestone Aug 27, 2016
@ian-ross
Copy link
Contributor

This and #603 sort of go together, so I'll pick this one up too.

@ian-ross ian-ross self-assigned this Aug 30, 2016
ian-ross pushed a commit that referenced this issue Aug 30, 2016
- Fix #603: org/project user deletion
- Fix #608: new org users as admins
ian-ross pushed a commit that referenced this issue Aug 30, 2016
- Fix #603: org/project user deletion
- Fix #608: new org users as admins
ian-ross pushed a commit that referenced this issue Aug 30, 2016
- Fix #603: org/project user deletion
- Fix #608: new org users as admins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants