Top "User-roles" questions

A user role is a group of users that share the same privileges or permissions on a system.

What names for standard website user roles?

What are the standard user role names that a majority of sites could all use? Below is a list of …

user-roles
How to create and register new roles in Symfony2

I see from the official Symfony2 doc on Security that new roles can be defined besides the "classical" ones (i.…

symfony user-roles
How to get the ID of Roles for which a user is enrolled in MVC 5

I am trying to get an IList<ApplicationRole> of roles in which a user is currently enrolled. Now …

asp.net asp.net-mvc asp.net-mvc-5 asp.net-identity user-roles
Symfony2 FOSUserBundle Role entities

I'm currently trying to figure out the best way to implement doctrine persisted Role entities as a M2M relationship …

symfony doctrine-orm user-roles
Keycloak User Roles missing in REST API

I would like to ask, if somebody knows, why there are no roles within the user details in REST ADMIN …

rest roles keycloak user-roles
Laravel 5 and Entrust. How to save user and attach role at the same time

Has anyone tried Entrust for User Roles & Permissions in Laravel 5? I want to add and save user and attach …

php laravel web laravel-5 user-roles
set role for users in edit form of sonata admin

I'm using Symfony 2.1 for a project. I use the FOSUserBundle for managing users & SonataAdminBundle for administration usage. I have …

symfony symfony-2.1 fosuserbundle sonata-admin user-roles
Symfony2 FosUserBundle Roles ROLE_ADMIN

I've got this problem. Have configured my Sf2 env with FosUserBundle and FacebookBundle. I've managed to to some ADMIN only …

symfony fosuserbundle user-roles
CouchDB-wide read-only access rights

I need to create a CouchDB user which can only read documents from any database but can't write any of …

couchdb user-roles access-rights
How to use Roles in user identity in MVC 5

I want to use asp.net useridentity in mvc 5, I do these steps: 1) create a mvc project. 2) create my own …

asp.net-mvc asp.net-mvc-5 asp.net-identity user-roles