Enable users that invited guests to delete the account
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 61
- Forks
- 34
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 22
Description
Would it be possible to give users that are not admins but have the right to invite guests the possibility to delete the guests again? The guest App helps us with our workflow, but right now we need to email an admin to delete guests. Right now, there is no other possibility, is there?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the existing guest invitation and guest deletion entry points, then inspect where the admin-only restriction is enforced. Confirm how the right to invite guests is represented and whether it can safely authorize deletion. Done means an authorized non-admin inviter can delete guests without receiving unrelated administrative permissions, with coverage for the permission boundary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authorization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100