Base solution for your next web application
Open Closed

How does the Permission Manager work? #232


User avatar
0
liaofeng created

hi,

I according to your document,Set permissions for the module use SetPermissions method, but I didn't see the record in my database, is not the right to be divided into static and dynamic? How does the AbpPermissiontable work ? I hope you can explain it, thank you !


2 Answer(s)
  • User Avatar
    0
    balikpinoy created

    I'm also interested in more details on how to implement this. I've looked at the sample project but do not see how users or roles can be given rights to specific permissions settings.

    Thanks!

  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    PermissionManager is used to check permissions, not to set. If you're using module-zero then you can use UserManager and RoleManager to set permissions.