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
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
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.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
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
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hi,
No, currently permisisons are not dynamic, you need to create permisisons in core module in code.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Thanks a lot.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)