Top "User-roles" questions

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

How to check "hasRole" in Java Code with Spring Security?

How to check user authority or permission in Java Code ? For example - I want to show or hide button …

java spring-security user-roles
T-SQL to list all the user mappings with database roles/permissions for a Login

I am looking for a t-sql script which can list the databases and and the respective roles/privileges mapped for …

sql-server database tsql user-roles
Get user role by ID WordPress

I need to somehow check someone's role with only their id. I have found the current_user_can() check. But …

php wordpress user-roles
How can I grant only READ access to a Single table in Sql Server Database

I want to provide only READ access to a single table in SQL Server Database for a given user - …

sql-server grant user-roles
How to permit a SQL Server user to insert/update/delete data, but not alter schema?

My application (C#, ASP.Net) needs to insert, update and delete data in the DB, and run stored procedures. I …

c#-4.0 sql-server-2008-r2 user-roles
Get role/s of current logged in user in ASP.NET Core MVC

How can I get the logged in user's role/s in ASP.NET Core MVC? I want to get role …

c# asp.net-core asp.net-core-mvc user-roles
ASP.NET MVC Check role inside view

In my View I have some admin links that I would like to hide and show based on user role …

asp.net-mvc user-roles
Managing users/roles/groups in FOSUserBundle

I am developing a simple CRUD to manage users/roles/groups of the application in which I am working. To …

php symfony fosuserbundle user-roles usergroups
Symfony2 Get User Role in Twig

I have one question, How can i get User role in Symfony2 Twig. I Had looking around but I couldn't …

symfony twig user-roles
How would you manage user roles and permissions using Angular 2

I'm working on a new Angular2 app, and I was wondering how would you manage routes accessible to certain roles …

angular permissions user-roles