Top "Roles" questions

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

Common CMS roles and access levels

I am currently writing a CMS and remember someone (it might have been on here) criticise the existing CMS for …

php permissions content-management-system roles access-levels
Built-in database role in SQL Server 2005 to permit execution of stored procedures?

In SQL Server 2005, there are built in roles: db_datareader db_datawriter etc. Is there any role that lets a …

sql sql-server sql-server-2005 permissions roles
When are user roles refreshed and how to force it?

First off, I'm not using FOSUserBundle and I can't because I'm porting a legacy system which has its own Model …

security symfony roles symfony-2.1 symfony-security
Symfony2: Storing users, roles, role hierarchy, and access controls in database

I've been working with Symfony (2.x) for the first time and I had some questions regarding the definition of roles, …

symfony acl hierarchy roles
When adding an Admin to the Application, I get the error message NAME is not a verified user - even though the user is

I have an issue with adding a developer colleague to the application as an administrator (it doesn't matter if he's …

facebook roles
What is the best approach to create a role based web application?

I need to create a web application for a School and I need to have different roles such as: Student …

java web login roles
How to set user role in Spring Security 3?

I am working on JAVA EE technologies to learn JSF-Spring-Hibernate vs... I am trying to do web application with diffirent …

spring authentication spring-security roles spring-webflow-2
Ansible: how to run a play with hosts with different passwords?

I'm currently learning how to use Ansible. Right now, I've got a bunch of servers, both new and legacy, that …

ubuntu ansible roles ansible-playbook
Symfony2: How to login using OAuth (HWIOAuthBundle) + custom roles (by default and loaded from DB)

Note: the questions are at the end of this text but I will explain in detail all the context for …

symfony doctrine-orm roles hwioauthbundle
Creating a AuthorizeAttribute - what do I need to know?

Here are my requirements: I'll be adding users to N amount of roles; defined in a database. I need to …

asp.net-mvc-3 roles