osrf / cloudsim-auth

0 stars 0 forks source link

Users with read access to a group can't leave the group #6

Closed osrf-migration closed 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


That's because to remove someone from a group, even yourself, you need write access:

https://github.com/osrf/cloudsim-auth/blob/8c668068865669cf6b55125dcdb63e8b22c973e6/server/groups.js#L19

At the moment, the user would have to ask a group admin to remove them.

osrf-migration commented 8 years ago

Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina).


That should be possible already with the DELETE /permissions route