Top "Roles" questions

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

How can I enumerate the list of privileges granted to an Oracle role?

I have a homegrown Oracle role that was created long ago: create role MyRole; It's been granted the ability to …

oracle plsql roles
"ERROR: must be member of role" When creating schema in PostgreSQL

I'm logged in with a superuser account and this is the process I'm doing: 1-> CREATE ROLE test WITH …

postgresql roles
Find out if someone has a role

I made a simple quote bot for a server, but the admin only wants mod+ people to be able to …

javascript node.js roles discord.js
Role based authentication in the new MVC 4 Internet template using simplemembership

I like the new simplemembership feature in MVC 4 internet template with links to OAuth for external logins in VS 2012 RTM. …

asp.net-mvc-4 roles simplemembership
PostgreSQL error Fatal: role “username” does not exist

I'm setting up my PostgreSQL 9.1 in windows. I can't do anything with PostgreSQL: can't createdb, can't createuser; all operations return …

postgresql windows-7 windows-7-x64 roles
Best Role-Based Access Control (RBAC) database model

What is the best database schema to track role-based access controls for a web application? I am using Rails, but …

ruby-on-rails permissions roles access-control rbac
Authentication, Authorization, User and Role Management and general Security in .NET

I need to know how to go about implementing general security for a C# application. What options do I have …

c# security authorization roles
Symfony2 - array to string conversion error

I've read the other subjects but it doesn't solve my problem so: I've got this ->add('role', 'choice', …

forms symfony roles
Authorization and user roles in Oracle Apex?

So Apex has "workspaces", which let you create users of three types - all of which are internal to the …

security permissions authorization roles oracle-apex
ASP.NET MVC Roles Authorization

I want to make the roles default for my controller class to "Administrators, Content Editors" [Authorize(Roles = "Administrators, Content Editor")] …

asp.net-mvc authorization roles