Tagged Questions

-2
votes
0answers
81 views

Programmer Power Levels [closed]

This question is retarded, but bear with me. I'm a long time roleplayer and programming dilettante. And so are my office mates. And, well, we just had a long conversation about what 'experience …
0
votes
0answers
48 views

Help with storing/accessing user access roles C# Winforms

Hello, firstly I would like to thank you in advance for any assistance provided. I am new to software development and have designed several Client/Server applications over the last 12 months or so, I …
0
votes
1answer
31 views

ASP.Net MVC - Showing Model data based on Roles

Hi, I have a View which needs to show and hide details based on the users role. I have 2 options using an inline if statement in the View to show and hide details Create multiple partial views and …
0
votes
1answer
20 views

Help with roles in rails

Im trying to use this approach. My app is a cms. I have admins, editors, and subscribers. for a blog with categories... its an experimental project so I cant use wordpress or whatever. Admins should …
0
votes
1answer
39 views

Set Property Value on Master Page from Content Page

Hello, I tried following the advice posted here: http://stackoverflow.com/questions/1071920/set-property-value-on-master-page-from-content-page. Specifically the last post about creating a class. …
1
vote
1answer
35 views

Changing user roles through a form

I'm trying to create a Rails form that allows an admin user to change the assigned roles of other users. The form I've created registers changes to the user (such as password or login changes), but …
4
votes
1answer
47 views

How can I access the meta class of the module my Moose role is being applied to?

I'm using Moose roles to apply some wrapper behaviour around some accessor methods in a class. I want to apply this role to a number of modules, each of which have a different set of attributes whose …
0
votes
2answers
25 views

How to configure Roles without an app.config?

Can I configure Roles and Membership programmatically? Without an app.config (or web.config) ?
0
votes
1answer
24 views

How to keep RoleProvider from overriding custom roles?

I have an custom role provider that gets the roles a user belongs to from a database. I also have a custom authentication module registered in my web.config's httpModules which sniffs incoming HTTP …
0
votes
1answer
21 views

Drupal6: Administer Menu Gone

In Drupal 6, the administer menu is gone. The super user (uid = 1) can see it, but the Admin role, that has the correct permission, does not. If a user with the Admin role were to go to the pages, …
0
votes
1answer
63 views

Is this a good data model to implement strongly-typed roles?

Yes, this has been asked before here and here. I'm curious as to whether the approach I'm considering is architecturally sound. Let me start off by trying to describe what I'd like to be able to do …
0
votes
0answers
21 views

SQL Server Database Roles via SMO

I am trying to add new roles to a SQL 2005 database via the SMO assemblies. The Roles.Add method just does not seem to add the new role. I have my user account set as securityadmin and sysadmin. …
1
vote
1answer
61 views

Adding roles to the ‘CreateUserWizard’

Hi (I'm pretty new to this), Is it possible to add roles to the 'CreateUserWizard' tool so that you tick boxes (or view roles in a drop down menu) and once one or more have been chosen, this …
4
votes
7answers
212 views

User roles - why not store in session?

I'm porting an ASP.NET application to MVC and need to store two items relating to an authenitcated user: a list of roles and a list of visible item IDs, to determine what the user can or cannot see. …
2
votes
3answers
65 views

Role Caching Strategies in ASP.NET MVC

We have an ASP.NET MVC application for which we have developed our own custom RoleProvider class. Without caching it will access the datastore for every request - bad. The only caching option we can …

1 2 3 4 5 9 next
15 30 50 per page