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

add user_setup_privilege to user APIs #568

Closed
jshslsky opened this issue May 30, 2013 · 2 comments
Closed

add user_setup_privilege to user APIs #568

jshslsky opened this issue May 30, 2013 · 2 comments
Assignees
Milestone

Comments

@jshslsky
Copy link

  1. This needs to be a parameter for user/update
  2. This also needs to be returned for user/search
  3. Document the other API calls that will be impacted so we can test.
  4. Update wiki.
@ghost ghost assigned jojenki May 30, 2013
jojenki pushed a commit that referenced this issue May 31, 2013
The user/read, user/search, and user_info/read APIs will now all return whether or not a user is allowed to setup other users.

Closes #568
@jojenki jojenki closed this as completed May 31, 2013
jojenki pushed a commit that referenced this issue May 31, 2013
The user/update call and its corresponding field in EasyPost have now been updated to allow admin users to change ones ability to setup users.

References #568
@jeroen
Copy link

jeroen commented May 31, 2013

Can we document this a little bit?

@jojenki
Copy link
Contributor

jojenki commented May 31, 2013

https://github.com/cens/ohmageServer/wiki/User-Manipulation

The permissions are 'class_creation_privilege' ('can_create_classes') and 'user_setup_privilege' ('can_setup_users'). They are referenced throughout the page, namely in user/read, user_info/read, and user/update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants