0
bilalhaidar created
Hi, I am looking at the database and I cannot see the table that it stores the mapping between Roles and Permissions. Can you guide me please.
Thanks
4 Answer(s)
-
0
Hi,
It is AbpPermissions table. If the RoleId field is filled, then it is for a role. If UserId field is filled, then it is for a user.
-
0
Great. Thanks.
Is there a way to create Permissions by the Admin from the Web App? Currently, I create them inside .Core module.
Regards Bilal
-
0
Hi,
No, currently permisisons are not dynamic, you need to create permisisons in core module in code.
-
0
Thanks a lot.