Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v5.3.X
- UI type: Angular
- DB provider: EF Cor
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
Need: We need some user only could create/edit/delete user, no related any "Change permissions".
But: we could hide the user/Change permissions , But the user still could change the permisions by change "role" or "Organization"
Quetion: How could we real hide the permision "change permision" by role or organization.
thx
1, I create a user : Mike. 2, give Mike the permision User management (create, edit, delete). 3, Mike still could change "role" "Organization" to change the permision.