Open Closed

How can I hide the Admin menu on user basis? #809


User avatar
0
gvnuysal created

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.

  • ABP Framework version: v3.3.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Seperated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

How can I hide the Admin menu on user basis? What scenario do I need to implement? Users log in without tenants.


2 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    How can I hide the Admin menu on user basis? What scenario do I need to implement?

    If you don't assing any role or if you don't assign any permission to that role which user has, it is already hidden. Each menu is bound to a permission group that you can check by creating a role and managing permission of it (or user specific permissions).

  • User Avatar
    0
    gvnuysal created

    Hi @gterdem, It's my fault. No problem.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11