Non-admin users should not be able to add any member like admin user
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 177
- Forks
- 68
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 60
Description
I faced an issue on the circle app which is the user can see all other users and add them as member, need to control it , so user can see only members that with him in same groups or hide some members from him to can’t see them in search or add them.
Need to control member like control group by allow_adding_any_group_members option.
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 circle member search and add flows, then compare their permission handling with the existing allow_adding_any_group_members option. Done means non-admin users can only see or add permitted members, while administrators retain current behavior; the issue does not name specific files or tests.
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