The user-roles tag has no wiki summary.
1
vote
2answers
45 views
Implementing “read” and “write” security rules in Firebase
In my app I want to have a "can read"- and a "can write" view. When the app starts without existing parameters ("first time user"), then 2 random hashes are created, together with the firebase app ...
1
vote
3answers
43 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
1answer
17 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
2answers
30 views
Wordpress secure way to have Private/Public posts
I've asked a few questions trying to solve this simple problem, but nothing seems to work.
Whats the recommended way to have private/public posts? I want to have a site that if an ...
0
votes
1answer
34 views
How to setup initial user/role enabling SAML SSO
We are a service provider. Suppose in our application, we originally have our own user/role management. Different users with different roles are allowed to use different features. So that when a user ...
0
votes
0answers
129 views
Problems with getting BjyAuthorize activated in zend-developer-toolbar ZF2
Can someone give me some instructions on how to get the user roles into my zf2-toolbar.
I have problems getting the user-roles from my role-entity visible in my zend-developer-toolbar. Normaly I ...
0
votes
1answer
35 views
Ruby Allowing a user to create a post, which only allows other certain selected users to edit certain parts
Im new to ruby but trying to create a project, after doing some research i found to use Devise, cancan and role models, however im not having much luck and would really appreciate some assistance or ...
0
votes
1answer
26 views
Should i write similiar user stories for multiple roles?
We have a story which seems to be similiar for two of our user roles.
There is an external and an internal salesman identified as different roles.
They both can capture data in a survey. But the ...
1
vote
1answer
12 views
Unable to remove some menus with unset
I have a custom user role that needs access to only certain post types, and I'm trying to hide other menus from them with this:
function remove_menus () {
global $current_user;
if ...
0
votes
0answers
97 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
277 views
MVC Simple Membership Web Site Administration Tool
I must have missed this somewhere (or slept through the class)... the standard ASP security tool for managing users and roles seems to be absent when using the new simple security version. That is, ...
0
votes
1answer
25 views
How to avoid DB exceptions when changing users role?
I have such situation: I have Users table and I divide users by type: Admins, Managers, Customer.
Managers can be created only with Organizer model( organizer has_many managers) and it is creating on ...
0
votes
1answer
73 views
Display data from database to specific users (using roles?) [closed]
I want to display some data to specific users. I've already done something similar but the difference is that the role number was static. For example I added a column and gave '1' to specific users, ...
0
votes
0answers
29 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 ...
0
votes
0answers
83 views
Screen level and field level rules implementation Spring MVC
My web application is using Spring MVC. Each user has multiple roles. Each role has an access level.The access level defines whether user has access to particular screen or not. Also it defines that ...
0
votes
1answer
78 views
How to give a Wordpress user (editor) permission to a special admin page?
I want to give users with user role editor access to my plugin settings page.
.../wp-admin/admin.php?page=myplugin_settingspage
by default only admin can access this page.
I implemented this code ...
0
votes
0answers
97 views
Wordpress: Get All User Roles And Their UNIQUE Capabilities
I'm building a plugin for WordPress and want to give specific options depending upon whether or not a certain user has a certain role.
I want this to include the ability to select from user specific ...
0
votes
0answers
36 views
PHP and Google Analytics Management API
Friends,
How do i validate that the logged in person is having User or Admin access level in google analytics.
Because Based on the access level, i want to restrict people in my script to access few ...
1
vote
1answer
216 views
Forward Users to Custom Dashboard in Wordpress
I'm trying to give the role 'subscriber' the ability to edit_post.
While this is successful I cannot seem to direct users away from the default wordpress wp-admin page upon signing in.
Whenever I ...
0
votes
0answers
29 views
Authorization for different Objects in Rails
I'd like to have a activity based authorisation system.
For Example:
User X has a permission for project x with a certain role (admin, manager, reader).
So this could be:
User 1 has a permission ...
1
vote
1answer
114 views
Symfony 2.1.7 - Update security token setting specific roles after the user is authenticated
I'd like to set some Roles to the user after the loginSuccess happen according parameters that depends on user behaviour.
I had a look and it looks like the Roles are stored in the ...
0
votes
1answer
186 views
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 some questions about that:
As an admin, I want to set roles ...
0
votes
0answers
96 views
let user select role upon registration in wordpress Facebook-AWD plugin
I would like to use this plugin Facebook-AWD plugin for wordpress, my site would provide to ways custom registration (normal and register with facebook). users must select their role ' ie :buyer and ...
0
votes
0answers
54 views
Adding custom Role to Wordpress with custom permissions
I'd like to add a new role to my Wordpress site. It needs more permissions than Author, but fewer than Admin. Searching the codex and Stack, I have come across a consistent method of adding this code ...
0
votes
1answer
67 views
restrict wordpress user to only edit users with same meta key value
I have a wordpress site set up, inside there is a master admin, then I have user Role Manager to change the Subscriber role to be able to add new users. I have then successfully restricted the ...
0
votes
0answers
45 views
Preferred method of separating a web application based on user-roles [closed]
What is the preferred method of separating a web application based on user roles? For example
is
Different web-forms pages for different roles better or
Same page with feature blocking based on ...
0
votes
0answers
134 views
mongoose model for role based access control
I want to implement a role based access control with mongoose and node.js for express-resource.
I have some models in my database:
Organization which has:
Members which have
Roles which have
...
2
votes
1answer
241 views
HttpServletRequest isUserInRole() - How to get full role list?
HttpServletRequest isUserInRole() method will return a boolean value based on whether the role is present or not. Now if it is doing that it should have the full role list for the logged in user ...
0
votes
0answers
133 views
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 to create custom capabilities so that i can assign these custom capabilities to the new ...
0
votes
0answers
78 views
Create cookies with roles based form authentication security
I've been reading about forms authentication in asp.net web-forms, and how it doesn't handle roles unless you override the FormsAuthentication_OnAuthenticate event in the global.asax file. However, it ...
0
votes
3answers
352 views
How can I show or hide menu options in Master page depending user roles and permissions?
I'm trying to control the menu options depending user roles and permission, after the user login. I saved the user in session and then I get the roles and permissions from data base, then I want to ...
0
votes
0answers
53 views
How to show only selected plugins to editors in WordPress? [closed]
I'd like to control which WordPress plugins a site editor will be able to see and use in their admin panel.
But all the user role editors I found so far have the all or nothing option when it comes ...
-1
votes
1answer
172 views
User Roles in Codeigniter
I wanna make a User Roles based on payments. I have seen exact system in the website www.indiancupid.com`. There when you register, you become a standard member, you can see the profiles of other ...
0
votes
1answer
44 views
Where to define user roles in a spring protlet application?
In my Spring portlet controller, I have a method annotated like this:
@PreAuthorize("hasRole('ROLE_BankUser')
Now when a user logs in to the portal and tries to access the portlet, where from ...
0
votes
1answer
129 views
Is there a way to implement permissions in Backbone View
I am currently working on a large application in Backbone. I am posed with the challenge of implementing field level permissions on the form.
One way is to trick the text API of require.js and have ...
1
vote
0answers
51 views
How to catch when user doesn't have correct roles
I have an symfony application that takes advantage of user roles to speed up development time. In my inexperience, I am coming across the issue that if they don't have the proper roles associated with ...
1
vote
1answer
290 views
I am trying unsuccessfully to restrict access to certain pages. Any ideas why?
OK, I have scoured this site as well as others looking for answers to no avail.
Our new website comes with Administrative section that allows all members access to certain pages within this admin ...
2
votes
1answer
437 views
How to implement role-based access control Java/MySql?
I am planing to start a web-based project that involves user registrations just like forums/CMS, but my barrier is that I have not idea how to implement the so-called role-based access control.
I ...
-1
votes
1answer
150 views
Symfony2 - a User references a roles entity by id but i can't retrieve the user rol when i log in
This is my user entity
<?php
namespace Monse\UsuariosBundle\Entity;
use Symfony\Component\Security\Core\User\UserInterface;
use Doctrine\ORM\Mapping as ORM;
/**
* ...
0
votes
1answer
56 views
Permission- / Roleframework in .NET
I've a 3-tier application (client, server, dbms) and I'm looking for an Permission- /roleframework. I know a Role- / Permissionframework in Java EE with GlassFish. The framework that I'm looking for, ...
0
votes
1answer
82 views
How to simulate user rights problems on a SQL Server with trusted connection?
I developed a small C# utility that performs data verification, clean up and export. Now I am writing a manual for users and I would like to simulate the situation where users might not have enough ...
0
votes
0answers
156 views
User access level control [closed]
i am building a php application where the users can have differnt rights, i've read much about Zend ACL and others but for some reasons i dont want to use them, i dont use any framework at all.
...
0
votes
1answer
53 views
determine all peoplesoft role grants/revocations for a given period
my company is running peoplesoft 8.49 and i'm looking for a way to determine which users have either had new roles granted to them or had roles removed within the past year.
i can clearly see which ...
3
votes
5answers
515 views
Assigning Roles to Application Users
As in all the Line-Of-Business Applications, an application may have multiple Users with some Roles assigned to them. We have recently shifted to WPF MVVM Architecture and looking for best way to ...
0
votes
1answer
50 views
ACL for php applications
I have a question about ACL implementation.
Is it good to maintain the ACL rules in DB? or we can create the ACL rules at file level (in one of the file) and read it from there.
As i was reading ...
1
vote
0answers
267 views
IsInRole returns false for workgroup roles
I'm building an ASP.NET MVC4 Razor application and I'd like to use Windows authentication to restrict access to various functions to users who are members of specific Windows groups. I'm developing ...
1
vote
2answers
88 views
how can i assign each user to have access to the projects on different condition?
I have devise for authentication and i have to make specific users to have only view permission for that particular projects and create and read permission for the same user for different projects ...
0
votes
1answer
600 views
.NET Security Exception only in external code
I am using VS2012 with VB.NET for a winfowms app, using Active Directory roles.
Running the program as a user without permissions, I am getting an (expected) security exception when trying to launch ...
2
votes
1answer
352 views
Managing Different User Roles ASP.NET MVC [closed]
I am currently developing a ASP.NET MVC4 website, and I would like to know whats the best practices storing the logged-on user's data (include privileges) and authorize the user securely, being able ...
0
votes
1answer
49 views
Rails 3 Is it Bad Practice To Imply A User Role?
I have a user table with a self-referential relationship between instructors and students. Currently students are related to their instructors by way of an instructor_id foreign_key. A student will ...





