Top "User-roles" questions

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

Working with user roles in Django

I have some question In a project I have the need of work with users which are of three (may …

python django django-users user-roles multiple-users
how to create duplicate role of a user in postgres

I need a new user but it should be granted all those privileges that the other existing user/role has. …

postgresql user-roles
AngularJS, ui.router, load template and controller based on user role

I have developed a Single Page App that uses a REST api. Users are required to login to access the …

angularjs templates controller angular-ui-router user-roles
Role Management in MVC3

I want to add a functionality to application such that only admin can create users and he can provide access …

c# asp.net-mvc-3 user-roles
Symfony 4 - Define custom user roles from DB

I am learning Symfony 4, and I am lost with user roles and I don't know where to start. Because it …

symfony user-roles
WordPress Create Custom Capability

I'm developing a shopping cart plugin, and planning to create a new user role for customers. My question is how …

wordpress user-roles capability
Designing a multiple level user permission system

I am working on a site that has a database schema like a tree. From top to bottom I have: …

php mysql web-applications user-roles user-permissions
ASP.NET Core Identity Add custom user roles on application startup

In an ASP.NET Core application, I want to create certain roles as a basis to manage different user-permissions. Sadly, …

c# asp.net-core asp.net-core-mvc user-roles
how to use spring security for user role management?

I need to design a user role management module for online examine tool application, There are several users in the …

java spring spring-security user-roles