roles
"objects" in a RBAC system
am looking at role-based authentication for the web app at my work. we use coldfusion, which does not seem to have any good rbac libraries made, so we might have to make one from scratch.[详细]
2023-03-21 07:38 分类:问答How do you give a user permission with CanCan
I\'m using CanCan for user permission. I set it up well and have: def initialize(user) # Define abilities for the passed in user here. For example:[详细]
2023-03-20 15:08 分类:问答Unable to get the Role using Context.User.IsRole
I writ开发者_开发百科e the following code to access the page but this is not working for me if (User.Identity.IsAuthenticated)[详细]
2023-03-19 09:29 分类:问答Designing a permissions based security model
I work on a vb.net winforms app where we currently are using simple roles for security. We enable/disable specific controls based on if the current user has the required role. We are to the point wher[详细]
2023-03-19 04:01 分类:问答Drupal 7: giving "Find Content" access to particular role
I created \"content admin\" role for client. I won\'t give administrator account to client. I need to give access to Find Content page to client, so they can list/edit any page. but I dont have perm[详细]
2023-03-19 00:23 分类:问答How far to 'drill down' roles in a .NET MVC application?
I\'ve written a few complex MVC applications which are all role based and use .NET Membership. On my first project I used roles with structure similar to this:[详细]
2023-03-16 08:03 分类:问答ASP.Net MVC: Check if URL is Authorized
I\'d like to simply check from a Controller whether another URL is authorized. So for example, I\'d like to call into a Controller like so:[详细]
2023-03-15 15:36 分类:问答DVCS strategies for mixed-role small team?
I\'ve done a lot of reading, and have been trialing GIT, GIT Tortoise, Tortoise SVN and PlasticSCM, to find the right source control for our small team (5-10 users).[详细]
2023-03-14 15:40 分类:问答SSIS Installed, but no SSIS roles appearing when browsing
Folks, please excuse my lack of knowledge in this area, it\'s something I\'ve been tasked with fixing, but haven\'t had much luck with..[详细]
2023-03-13 09:06 分类:问答How can I use cancan to stop a user from editing other users profiles?
How can I set an ability to allow a user to only edit their own profile? The edit link is placed in their own show page like so:[详细]
2023-03-12 09:35 分类:问答