Admin user is not able to delete a role which was created by other administrators
Open
Nobody has claimed this yet.
bug
- Dominant language
- Java
- Stars
- 151
- Forks
- 183
- Avg merge
- 14m
- Merged PRs (30d)
- 2
Description
WebApi 2.8
Steps:
- Log in by admin
- Create role-> save
- Login by another admin
4)Try to remove the created role
Expected:
Role is removed
Actual:
It is not able to delete a role which was created by other administrators
Contributor guide
No contributing guide indexed for this repository
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
The issue names no source files or tests. Start by reproducing the role creation and deletion steps in WebAPI 2.8, then trace the authorization checks used when one administrator deletes a role created by another. Done means an administrator can remove another administrator’s role without weakening other permission checks, with regression coverage added if the project’s existing tests support it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- authorization, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100