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

learn more… | top users | synonyms

1
vote
1answer
26 views

How does the web container know about the role of the user

I am very new to web-app development and its security and trying to understand things around. Everywhere I look for implementing security in my webapp they ask to use declarative security. For ...
1
vote
3answers
40 views

Yii Role Based Acces Controle

Question from quite newbie. I generated entity and model, then a CRUD for it using Gii. Default acces rules say that delete action can do just users with admin role. By default we have 2 users defined ...
0
votes
3answers
34 views

Rails - how to find out user's role in the system?

I have following models: class Role < ActiveRecord::Base has_many :assignments has_many :users, :through => :assignments end class Assignment < ActiveRecord::Base belongs_to :user ...
1
vote
1answer
26 views

Sanity check my Rails “Roles and Users” approach with Devise and Cancan

been kicking this one about for a while now, and would like to get someone who knows rails to test my theory (I'm new to Rails). In my (simplified) scenario, I want to manage a list of Users, some of ...
0
votes
1answer
28 views

implementing Access Control Lists vs using database roles and users

First off before you grill me to the floor, i would like to say i have spent considerable amount of time reading and researching this topic. I have read some on stackoverflow itself such as ACL ...
0
votes
1answer
14 views

Displaying a particular web page when user roles don't match the <allow roles> tag in Web.config

We would like to display a particular web page when the role of people who are not administrators, sfaff and data entry administrators are logged in to our ASP.Net web site. We would like to display ...
0
votes
1answer
33 views

Spring LdapAuthentication and Load roles from local database

I have Spring Security configured to authenticate against LDAP server. <security:authentication-manager > <security:ldap-authentication-provider user-dn-pattern="uid={0}" /> ...
0
votes
1answer
10 views

Mongo Admin set with dbAdmin role

I am using Mongo 2.4. I had a single user in the Admin db, and added the role "clusterAdmin", when I meant to add the "userAdmin" role. Now I can't execute any user-admin based operations. I ...
-1
votes
0answers
11 views

Is it possible to block the addition of roles and features to Windows Server 2008 and 2012? [closed]

I apologize in advanced for anything that is no technically correct in the following. I am a beginner with server technology, and have only had about less than a month's experience with it. Is there ...
1
vote
1answer
31 views

Can I use a ViewBag value to determine useable functions?

So I am currently using a ViewBag set in the login to determine if they can see admin only stuff. This is done this way because Roles.CreateRole, Membership.CreateUser and Roles.AddUserToRole is ...
0
votes
0answers
9 views

SQL Server - Automatic Role Granting Based On User Activity?

I have a system with users, roles, user-created content, commenting, rating, and possibly more types of interactions later. I want to be able to grant a user some roles automatically based on how ...
1
vote
1answer
11 views

Can Flyway drop database-level (not schema-level) objects for SQLServer?

Flyway operates at the schema level. What about objects at the database level, e.g. roles? It seems that these database-level objects are within the scope of what an application owns and could be ...
0
votes
0answers
33 views

WSO2 Identity Server: Cannot assign user role with SCIM

I am using WSO2 IS 4.1.0.When trying to assign a role by using SCIM i got following message in server log. [2013-05-05 22:28:58,481] INFO ...
0
votes
1answer
17 views

Do I need a controller for each role in Ruby on Rails 3?

My Ruby on Rails 3 application is using Devise and Cancan. Concerning the roles, I have admins, managers, users and guests. I have some Posts and I use the generated index function to get my Posts ...
0
votes
1answer
14 views

Role implementation not picked up by menu list

I am implementing user roles. I have menu list drawn in HTML and I am controlling the visibility of them from my code behind. I have 3 database tables, User w/ User_Number, User_Role_ID, Roles w/ ...
-1
votes
0answers
27 views

What are things to consider while promoting PL SQL code different environment from access and privilege side? [closed]

I work with DB2 database on z/OS. So every time there is new COBOL module we consider access plan and collection that new module should be part of. What is equivalent in Oracle for PL/SQL ? I ...
0
votes
1answer
22 views

assign user roles and rights to a blog in blogengine programatically

I am looking into blog engine and would like to be able to setup a blog for every user in my asp.net membership provider. This is easy to do, although setting up the permissions is not so simple. ...
-3
votes
0answers
41 views

how to create roles and provide authentication and authorization them

I have an application in which i have 3 different folder. What i want is: (a) Create roles in the database. (b) When user enter login details system first check whether that user present in the ...
0
votes
0answers
54 views

Sonata Admin Bundle remove routeCollection roles

I'm using Sonata Admin Bundle and I'm having some troubles with the function: function configureRoutes(RouteCollection $collection){ } The function works correctly if I write a simple: ...
0
votes
0answers
46 views

Access denied creating App_Data subdirectory — if(roles.isuserinrole)

I am fairly new to MVC4. I am able to login without any issues to the site, but when I add an @if(Roles.IsUserInRole("Admin")) statement to the Index page i get the error of access denied creating ...
0
votes
0answers
9 views

Setup up users with roles using Windows Authentication

I am developing an intranet app that I want to use Windows Authentication through active directory. This issue is I also want to use roles, can these be setup on the server of the intranet app or does ...
0
votes
1answer
32 views

Making custom WordPress user roles require admin validation to register

I'm working on a WordPress project that has a few custom user roles and I modified functions.php to enable new users to choose from them during registration, but I need all but one of those roles to ...
0
votes
1answer
47 views

SimpleMembershipProvider roles not accessible

I have MVC4 application which uses SimpleMEmbershipProvider for authentication mechanism. Everything works fine, apart of when I return to the application and authenticate using persistant cookie. I ...
-2
votes
0answers
14 views

How to limit other Fan Page Managers from removing me from Admin roles? [closed]

I want to add another Manager to my Fan Page (204k fan page) but I don't know if I can limit him from adding or removing admins, or remove me from the manager role after all? Is there any way to do ...
0
votes
0answers
6 views

How to customize the new user role in magento?

I have created a top menu item in magento admin panel. It is a separate functionality which I have developed. I have created a new user role as OrderAdmin. For this user role I have enabled only my ...
0
votes
2answers
44 views

Sitecore privileges on users with multiple roles

Lets say I have users imported from active directory and I have only read only privileges on AD roles (I still can add my sitecore roles on top): every user is in a generic domainuser role I have ...
1
vote
1answer
22 views

Combination of roles in Episerver

I have a site where our customers log in to see their own data. Each customer must only see their own data (of course), and different users will have access to different pages within one customer. In ...
0
votes
0answers
49 views

How to use Windows authentication on asp.net application

I am trying to work on an intranet application that should pick up currently logged in user (windows user account) and allow the user to access data only what they are authorised to see. This ...
1
vote
1answer
42 views

asp.net forms authentication with Role

I have a login screen that requires a username/password. I am using ASP.NET's Membership and Role tables that is part of ASP.NET to store info when the user initially registered. Once the user logs ...
0
votes
1answer
39 views

Wordpress - show Bio in author.php only for Editor role

I have an author.php page that must look differently according to post author's role. If it's role is Editor or Admin, the bios is shown. Otherwise (for Author, for example), it is not. But I can't ...
1
vote
0answers
60 views

System.Web.Security.Roles.GetRolesForUser(currentUser.Identity.Name) just one time works true

in an internet mvc 4 project, when run the project in debug mode,and login to application,the role for user wich was assigned before will recognized. the function that i use for getting user roles is ...
2
votes
2answers
98 views

Role.IsUserInRole

I am adding a user to a role as follows (note that I run the code shown below on my machine): Roles.AddUserToRole(oMU.UserName, "Role1"); With the following code I check to see if the user is ...
0
votes
1answer
36 views

Only Allow Login With Spring Security For Users With Certain Roles

I have a login page where I want to permit everyone to access the login.jsp. For example, <intercept-url pattern="/login.jsp" access="permitAll()" /> But I only want to allow access to users ...
0
votes
1answer
38 views

Configuration of Role authorization based on controls asp.net

Is there any way to configure a section of an aspx/ascx page, like limiting the controls in a page to the user based on roles,something like section level access that can be configured ?? So that if ...
1
vote
2answers
271 views

Windows Forms Authentication

I'm creating a Windows Forms Application with C# and .NET Framework 4.5 on my Visual Studio 2012. I'm wanting now to create a Login Form, where the user can put some username and password (created in ...
0
votes
0answers
54 views

WooCommerce: Different user roles? Reports for their sells?

The client wants his website to have different user roles. One for sellers and other for customers. Sellers can publish their selling items but the admin needs to approve and set a date for release ...
0
votes
1answer
47 views

Drupal 7 Users/Roles - Create a series of roles that encompass other roles

This is my first experience building a site with Drupal and am still learning about all I can do with it. I am trying to figure out a way to configure sort of a second level of user roles consisting ...
0
votes
0answers
141 views

ASP.NET MVC 4 Role Manager Configuration

I have the same problem as this guy: MVC 4 Intranet Authentication with Custom Roles I am also using MVC4 in VS2012 (and SQL Server 2005) and created an Intranet site using domain authentication. ...
0
votes
0answers
31 views

How to handle “soft orphaned” posts (and transfer ownership) in rails

I have a model called posts and I have users (using Devise, CanCan, and Rolify) that will have different roles for each post. User roles with respect to posts are owner, moderator, and nothing ...
0
votes
0answers
88 views

Spring Security multiple roles

I'm beginner on Spring/Hibernate and I need help. I want to create users with multiple roles. I created Account entity: @SuppressWarnings("serial") @Entity @Table(name = "account") @NamedQuery(name ...
0
votes
1answer
87 views

ASP.Net Roles and Membership check for Users in role for multiple roles

I have users in membership and one user can have one or more than one roles assigned. I want to check for specific roles of a page for example: Role1, Role2, Role3, Role4, Role5 Users who have ...
0
votes
1answer
30 views

have different roles in different companies symfony 2.0

I'm triying to develop an application which will contain different kinds of companies, and each company will have different roles. This way, when a superadmin create a company, will define which ...
-3
votes
1answer
83 views

how to do Authorization in MVC 4 using WCF? [closed]

How to do Authorization in MVC 4, if I am not using WebSecurity Class in my application? I am using WCF for Database related Tasks.
0
votes
0answers
30 views

Active Directory role provider only works for administrators

I have implemented a custom Active Directory role provider for my forms-based application so that my application will recognise what AD groups people in the organisation are in. When I test it on my ...
0
votes
0answers
24 views

WordPress modify capability_type of Pages

Within a plug-in I want to allow users with the roles Contributor and Author to create and edit Pages. By default they can only edit Posts and Pages are limited to Admins and Editors only. I thought I ...
2
votes
2answers
127 views

Design review - Performance and Scalability concerns for a role based access system

I'm designing authorization service. It performs access control based on roles assigned to user and permissions set on content. User can belong to multiple groups. These groups can belong to other ...
0
votes
0answers
11 views

mirroring PostgreSQL roles from another server

Suppose I want to take all the roles from a production server and mirror them on a dev server. I cannot just dump the roles from production and then apply the dumped SQL to the dev server, because if ...
0
votes
1answer
45 views

How to make admin that can't delete products in Magento?

As title says I wan't to make admin that can't delete product but he can add or update products.
0
votes
0answers
18 views

access role in active record model

i create a model like @user = User.new(params[:user], :as => :admin) now, how can i define a validator in this model which is executed unless the role is admin? I want to do it like this because ...
0
votes
1answer
185 views

Symfony2 Access Denied Exception - More Details?

I have the following problem: In my symfony 2 application I have a voter called "ClientIpVoter", that checks if the client ip is blacklisted (http://symfony.com/doc/2.0/cookbook/security/voters.html). ...

1 2 3 4 5 15