The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
19 views

How to revoke right to a usergroup on a certain date in postgresql?

I'm currently creating a DB with Postgresql. First time, be gentle. ;) I have a table project that stores submission date among other things. I have 2 groups of users. One can only consult the ...
-1
votes
0answers
13 views

Using WebBrowser with DoEvents() in Windows Server 2008

I'm having a problem using WebBrowser to save a page as image in Windows Server 2008. My code works in Windows 7 but for some reason it doesn't work in Windows Server 2008 (R2 Standard). I saw that ...
0
votes
0answers
7 views

Administrator can't switch role to Course Creator Moodle

I created a hidden course and then assigned a course creator for it. I'm the administrator and to check whether the role works, I wanted to switch role but in the drop down I don't see the option of ...
1
vote
2answers
17 views

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. e.g. User A has SELECT privileges on Table1 User A has EXECUTE privileges on Table2 ... If a ...
-4
votes
0answers
34 views

How to manage and check user roles to access anywhere in PHP? [closed]

I'm trying to create a simple but useful system user roles and access management by PHP and MySQL. I've read some articles like this. But I need a standard method to use it simply without using a lot ...
-2
votes
1answer
21 views

Does Apple require legal authority confirmation when transferring Team Agent role? [closed]

Does Apple require any confirmation of legal authority when I will transfer my Team Agent role upon another team member? I would like to transfer Team Agent role to another person but we have a ...
0
votes
1answer
25 views

Trying to access current user's role

I need to access my current users role in order to make sure they are an admin. If they are an admin I want to display the following link in my view. <% if current_user.role =='admin' %> ...
3
votes
2answers
192 views

Invalid role attribute value for section element?

In a website I'm working on right now, I have a section element which type is set to "main". According to the WAI-ARIA (http://www.w3.org/html/wg/drafts/html/master/dom.html#wai-aria), the section ...
0
votes
1answer
54 views

Using RoleModel gem: How to remove all the previously assigned roles from a user

In my RoR application, I use Role Model and CanCan gems. There is no default role for users. Before I assign roles to a user, role_mask is empty. I can assign multiple roles. But I cannot remove all ...
0
votes
2answers
59 views

Roles - Issue with User.IsInRole

I have a register page where the user is assigned to a role as follows once the user clicks on the submit button: MembershipUser oMU; if (!(Roles.RoleExists("Stream"))) { ...
1
vote
0answers
29 views

Wordpress capabilities on pending post status

I have user with contributor user role. In default if you publish article as contributor you can only view it and you can't delete or edit it. But when you submit new post for review, you can do all ...
1
vote
4answers
89 views

What simple steps can a web site take to improve accessibility for visitors with disabilities?

UPDATE 2: Edited again to more clearly focus on visitors with disabilities Is applying ARIA landmark roles alone a major accessibility improvement, or a half-measure that doesn't accomplish very ...
1
vote
3answers
95 views

CMD file reacts differently as startup task and manual execution via RDP

I want to build up a load test rig in azure. I created 2 projects for 2 roles and let the instances download and setup the TestAgent and TestController. That works greatly for the test agent! But it ...
-2
votes
1answer
43 views

Override user roles magento admin [closed]

I just want override the user roles in the magento admin panel so that each store can have separate admin say Store Admin. Can anybody suggest a way to filter the stores for multiple Store Admins?
0
votes
0answers
84 views

Role-based authorization System using Symfony2

I got to the point where I need to secure certain areas of my symfony2 web application against some of my users. I need advice on how to take this on best: Here is the conditions I have to work ...
0
votes
2answers
295 views

unable to create user postgres: role “postgres” does not exists

i am on ubuntu 12.04 server and i am trying to install postgresql. As of now, i have successfully installed it but unable to configure it. I need to create a role to move ahead and i ran this command ...
0
votes
1answer
24 views

Transmit same data to different ports using Role-Links in Biztalk

I have three servers which are assigned different IDs Server1 = ID1 Server2 = ID2 Server3 = ID3 I want to get data for Server1 from Server2 and Server3, I have to send same ID (ID1) to the other ...
0
votes
2answers
60 views

Query regarding Asp.net membership

My requirement is to 1)create a role and add user to that particular role. 2)I have a directory Admin which contains a aspx page which can be access by admin only 3)so i want to redirect user to ...
1
vote
1answer
73 views

how to assign a role in apache tiles

Apache Tiles gives us a possibility to add a definition or an attribute basing on role. What exactly is this role and how can I set a role for the current user?
0
votes
1answer
122 views

Adding a user in table to Role declare in asp.net

i have created a role in asp.net as : <configuration> <CustomUsersSection> <Roles> <add RoleName="Administrator"/> </Roles> <Users> ...
3
votes
1answer
66 views

Membership Roles in Azure and MVC

I'm developing an ASP.NET MVC3 website and I'm using the Microsoft ASP.NET Universal Providers. Web.config : <connectionStrings> <add name="MyContext" connectionString="data ...
3
votes
1answer
274 views

How to find chef node ip by role

I am having a problem. I am trying to get a node IP that's running postgresql and is the replication master. So I can implant the IP to repmgr cookbook so it will automatically set it in to SSH config ...
0
votes
1answer
244 views

Role on dynamic google chart (interval)

How can I use this: https://developers.google.com/chart/interactive/docs/roles if I populate the graph dynamically? This is part of my code: ... data.addRows(dates.length); for (i = 0; i < ...
0
votes
0answers
15 views

installing compiere community -database issues

Im a newbie to compiere - using enterprisedb - after setting up, it refuses to create database with a message "database mgmtsvr does does not exist" - on proceeding to fire run_compiere, it says role ...
0
votes
1answer
32 views

How do you get the user role of the currently logged in user in Opencart?

I wanted to get the user role id of the currently logged in user in Opencart for a required tweak on the listings of products. I could try to dig deep into opencart to see but hoping someone can save ...
0
votes
1answer
75 views

how to check the user role inside form builder in Symfony2?

Okay, i'm trying to check if an user has a specific role, i did this however, when i do this: public function buildForm(FormBuilder $builder, array $options) { $builder ...
0
votes
0answers
82 views

grant create table, in specified schema only, to designated role, in postgreSQL

Is it possible in PostgreSQL 9.2 to grant a role the ability to create a table but only within a specified schema? Pseudo: GRANT CREATE TABLE IN SCHEMA SANDBOX TO SANDBOXROLE
0
votes
0answers
128 views

How to use REST API to Get VM role and Create Virtual Machine Deployment?

i need an help. I'm using the methods "Get Role" with Windows Azure Service Management REST API Reference following http://msdn.microsoft.com/en-us/library/jj157193.aspx and i can't do it work. ...
2
votes
2answers
242 views

assign role to user at account creation asp.net

I'm still a student and I'm learning C#. I have to make a little application in ASP.NET. The application has to use roles. So, I "linked" a MemberShip to my database (with the tool asp_regsql). Now I ...
0
votes
1answer
89 views

Rails Models: For numerous Roles, multiple User models with additional sub-roles the right design?

I am writing my first Ruby On Rails app - a website for a gated residential community. The community area consists of Empty plots, with one or more Houses in a built-up plot. Plots will have one ...
0
votes
2answers
66 views

Restrict access to images in Rails app

I have rails project. In my project I load images on server (rails 3 + paperclip + devise + cancan). I want to limit access to files (for example, the original image can be viewed only by the ...
0
votes
1answer
31 views

Creating custom WAI-ARIA role

I am new to WAI-ARIA. I want to know how can we create a custom role based on the existing roles. For example, i want to create a custom button role from aria button role. It will be great, if any ...
0
votes
1answer
37 views

Revoke User Role from inhertied Group

I´m Using FOSUserBundle and set up a User / Group environment. I can give Roles to Groups and Users. Basically i give the Roles to the Group. Now, i want to revoke some Users in a Group a Role ...
1
vote
1answer
129 views

How to add worker role to exsisting cloud service on azure

I need to implement automated db backup for project, which located as cloud service on azure. I followed this manual to do it, but I can't find, how to add worker role to exsisting project, if I've ...
0
votes
0answers
24 views

removing the attribute “role” in a navigation instance to validate as xhtml 1 transitional

I have a dropdown navigation system that works great however I am installing it on my website that is xhtml1 transitional and this system uses the attribute "role" which is not going to validate. I ...
0
votes
1answer
187 views

Multiple aria role “navigation” and “complementary”?

In a document, there are multiple <nav> and <aside> elements. Should I add role="navigation" on all <nav>s and role="complementary" on all <aside>s? In other words, is it more ...
-1
votes
1answer
51 views

RoR specific user roles inside network [closed]

I want to setup a app where each user can have different roles inside a network. So user A is an "admin" in network X, but also a "client" in network Y. Each role has his own capabilities inside the ...
3
votes
1answer
233 views

Azure - Accessing the same blob from worker role as in web role

I'm pretty new in Azure and I want to create a simple .Net application (in C#) with one web role and one worker role to upload and resize images. I've already made a galery in the web role. It creates ...
0
votes
0answers
34 views

azure work role connect multiple mobile clients at the same time

I have one work role (WCF service) in Azure to do following tasks: connect Azure SQL to operate the database; connect to mobile phone. The app scenario is that mobile phone can real time track ...
0
votes
0answers
248 views

Module Based Login And User Level Acces System in yii

i have implemented module based login from here by update 2 method and it works fine for me . Now there is need to access this module as different role, i implement user level access to this module ...
0
votes
1answer
83 views

Symfony2 - How to manage permissions with roles by action not by the object

I would like to manage the permissions of my roles. You should know that my roles are stored in the database. Generally, the permissions are for each object, I will like do the permissions for each ...
0
votes
1answer
80 views

How to assign a role programatically in Drupal 6? 'role' => 'rolename didn´t worked

I have this function to create a new user using the information that is inside a node form, in my Drupal 6 site: function altas_create_user($name,$pass,$mail) { $newuser = array( 'name' => ...
2
votes
1answer
107 views

Is there a way to let multiple users or a role upload photos to one single gallery in drupal 7?

Is there a way to let multiple users or a role upload photos to one single gallery in drupal 7? The users can upload images to their own (self created) gallery at this moment, but I want them to be ...
0
votes
1answer
316 views

spring security dynamic roles to load from db

my question is similar to post [question]: Dynamic Spring Security using SQL Query I've tried the solution given by Rob Winch but spring security complains as such. So not sure whether this due to ...
0
votes
0answers
355 views

WCF service Role-based authorization. Retrieving roles from database

I have Wcf service (Instanscontext mode - PerCall, concurrency - Multiple) and I want to use this thing: [PrincipalPermission(SecurityAction.Demand, Role = "customrole")] public string ...
0
votes
1answer
238 views

MDX Expression to restrict access to Measure Group

Say I have a bunch of measures which I wanted certain people to be unable to see (or vice versa only allow them to see) what kind MDX expression would I add to the SSAS Role? I can get the user ...
1
vote
2answers
538 views

Accessing Liferay 6.1 custom/inherited Organization role

I am using Liferay 6.1 CE, Tomcat, Vaadin 6.8.4 Possibly a wildly incorrect approach on my part or maybe I have missed something obvious. I need to control crud functions for my users - allowing ...
0
votes
1answer
268 views

Liferay - is user Site Owner?

I am working on one feature in Liferay 6 and I want it, to be accessible only for Site Owner. I have big problem how to get if user is Site Owner. I can get if user is Administrator using this if ...
0
votes
1answer
74 views

Devise add authentication to creating a role

I'm using devise and cancan as an authentication solution. For devise I have added a role attribute, and created a constant ROLES: #Migration for adding roles class AddRoleToUsers < ...
0
votes
2answers
450 views

Make openam/opensso return role name instead of role universal id

I'm using OpenAM 9.5.2 for authenticating users on an application. The authentication works well but I'm having issues to get user memberships from final application. I've defined the group ...

1 2 3 4