0
votes
1answer
29 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 …
1
vote
1answer
25 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 …
4
votes
1answer
40 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 …
0
votes
2answers
19 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
19 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 …
0
votes
1answer
17 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 sn …
4
votes
7answers
191 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 …
0
votes
1answer
58 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 lik …
2
votes
3answers
57 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 cac …
0
votes
1answer
44 views
ASP.NET MVC: Hierarhical roles, custom authorization
Is there a way to organize the roles in my app like a tree? You know, User can do several things, Moderator is just like user but can do little more, Administator have even more ab …
1
vote
1answer
42 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 c …
1
vote
2answers
301 views
Authlogic and Roles
I am developing an application which users authlogic for authentication.
I would like some way of giving users roles so that I can authorize certain actions to certain roles.
Is …
1
vote
1answer
23 views
Getting a list of Tasks that belong to a Role from Azman
I'm using the AZROLESLib which is from the COM references "azroles 1.0 Type Library" and I am trying to create a list of the designated tasks for each role that I have currently se …
0
votes
1answer
45 views
Forms Authentication with Sitemap and asp:Menu control
I have a site with 2 sections - one for customers and one for admins, in essence.
Each section is in its own directory with its own web.config and sitemap. Security and access wor …
0
votes
0answers
13 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 …
