user-roles
Entity Framework CodeFirst Multiple type of users
I have task to build application for user registration. I have 3 types of user (profiles) 1. \"Normal\" user[详细]
2023-04-06 23:37 分类:问答Good idea to resolve User roles in the application layer?
The reason I need a role-based system: Restrict access to pages. Restrict access to certain features on pages.[详细]
2023-04-06 14:54 分类:问答ColdFusion: Application Options Based on Role?
I understand how to restrict entire pages, or even components by implementing <cflogin> and roles. For example:[详细]
2023-03-19 07:38 分类:问答User roles and authorization
So I want to create a login page where when you enter your login credentials as a admin you get acces. If you are not a admin you get redirected back to the login page. In my database I have a field o[详细]
2023-03-18 09:46 分类:问答Convince a skeptic! Why do I need a "Roles" table in my database?
When designing the database tables for storing simple User/Role information, can anyone tell me why it would be a bad idea to store the Role information directly on the User table (for example, Com开发[详细]
2023-03-11 16:09 分类:问答Role Management in MVC3
I want to add a functionality to application such that only admin can create users and he can provide acc开发者_JS百科ess to particular pages to user.[详细]
2023-03-11 09:34 分类:问答User rights needed for Bind-user for LDAP query
We are implementing Subversion and i\'m struggling with the LDAP authentication because i don\'t want to use my DC\'s administrator account to execute the LDAP queries, as then I also need to specify[详细]
2023-03-11 07:04 分类:问答What's a clean/DRY way to show available operations on user content?
Working on an ASP.NET MVC 3 (Razor) application, that\'s mainly concerned with UGC (user generated content).[详细]
2023-03-11 02:24 分类:问答MVC 3 ASP.NET Roles-Authorize Attribute
I am getting user roles from Active Directory and I am binding the same roles to ASP.NET Membership Roles.[详细]
2023-03-08 16:39 分类:问答Designing a multiple level user permission system
I am working on a site that has a database schema like a tree. From top to bottom I have: One Company can have many[详细]
2023-03-06 23:36 分类:问答