Top "Role" questions

In various access control systems, roles define a group of users and organize permissions into a more manageable structure.

View all securables for roles in SQL Server database?

How can we show all the securable that is added in any particular role in script?

sql-server database role
firebird user with granted privileges cannot access tables

I created a Firebird user (PIPPO) via jaybird, follows gsec "display": GSEC> di user name uid gid admin full …

database firebird privileges role jaybird
Discord.NET How do I grant an user a role?

So I've been coding my discord bot and wanted to add a function to give an user a specific role …

c# role discord.net
What is exactly "Assume" a role in AWS?

Question What does exactly "Assume" a role mean in AWS and where is the definitive definition provided? Background Assuming a …

amazon-web-services role aws-iam
Asp.Net Role-based authentication using Security groups in Active Directory

I am attempting to do something simple (I thought) - securing my application using roles-based security using Active Directory groups …

c# asp.net security authentication role
how to check the user role inside form builder in Symfony2?

Okay, i'm trying to check if an user has a specific role, i did this however, when i do this: …

symfony formbuilder role
Invalid role attribute value for section element?

In a website I'm working on right now, I have a section element which type is set to "main". According …

html w3c-validation role wai-aria
Allow only author to edit his post in yii2 using ACF

I am using Access Control Filter for access managing, but can't get one thing done - for example, how can …

php yii2 access-control role yii2-user
Postgresql: How to grant permission for set role?

There is user 'test_user1'. SET ROLE Command: SET ROLE test_user1 returns error: ERROR: permission denied to set …

postgresql role grant