Re: [web2py] RBAC and group of role management

2015-11-24 Thread Niphlod
On Tuesday, November 24, 2015 at 3:59:28 PM UTC+1, Richard wrote: > > Thanks for reply Simone, I see the complexity and the limitless recursion > that can occur... I guess, I will go with flat group of access which will > overlap... My main issue was that I would avoid having two way to assign

Re: [web2py] RBAC and group of role management

2015-11-24 Thread Richard Vézina
Thanks for reply Simone, I see the complexity and the limitless recursion that can occur... I guess, I will go with flat group of access which will overlap... My main issue was that I would avoid having two way to assign the same set of permissions... Let say I have tool A, so I create group A, so

Re: [web2py] RBAC and group of role management

2015-11-23 Thread Niphlod
This has been reported before but it just triggers for the next level up in the hierarchy (Group C that manages access to Group B that manages access to Group A). RBAC as is is a complete and finite tool to manage permission: it enforces (as many other things in web2py) sane defaults, levelling

[web2py] RBAC and group of role management

2015-11-23 Thread Richard
Hello, I would like to know how (if possible) I can manage group access for permission granted by other role. For example, I have group A, that allow user member from it to access func A... But how can I create or represent that all members of group B can grant the access to group A and group C

[web2py] rbac n auth_permission

2015-04-14 Thread 黄祥
hi, i want to learn more about web2py rbac n auth_permission imagine somthing like this *models/db.py* if db(db.auth_permission).isempty() and db(db.auth_membership).isempty(): """ insert """ # group auth.add_group('Manager', 'Manag

[web2py] RBAC access configuration - giving users permission to give other users permissions

2014-06-09 Thread Alex Glaros
I'd like to configure RBAC so that users can give other users permission to give others access. Do I need an additional table to do this or is it a matter of defining another group in the regular auth-group, auth-membership, auth-permissions tables? Example: All U.S. states will have (a) big

[web2py] RBAC example?

2012-09-30 Thread Alec Taylor
I have built up a social-network wherein users can great groups, users can join groups and members of groups can RSVP to group events. How would you recommend I use web2py's in-built RBAC system to enforce these rules? — Or should I not use it? http://bitbucket.org/SamuelMarks/giantpicnic Thanks

[web2py] web2py RBAC and "virtual table"

2012-02-07 Thread Richard
Hello, I would like to know if there is a way in web2py to have "virtual table" (mean subset of columns from a existing table) access controlled with the web2py built-in RBAC ?? I mean I have to denormalize to improve speed of an app that use to have many table that are all using the same pattern

Re: [web2py] RBAC

2011-11-18 Thread Ric Murillo
Yes, I want to allow a user to select a team upon registration. Thank you. Sent from my iPod On Nov 18, 2011, at 6:50 AM, Khalil KHAMLICHI wrote: > Hi, > I think this is an administrator's job to affect teams to members but you can > as well create an action that allows a user to choose his

Re: [web2py] RBAC

2011-11-18 Thread Khalil KHAMLICHI
Hi, I think this is an administrator's job to affect teams to members but you can as well create an action that allows a user to choose his team, in both cases there would be the same registration form. Khalil

[web2py] RBAC

2011-11-18 Thread Ric
Hello, I am trying to figure out a way to allow users to register into a specific group/ membership. for example: registration form 1 is for group 1 registration form 2 is for group 2 Thank you, -Ric

[web2py] RBAC and chat system

2011-04-02 Thread RAMKRISHAN BHATT BACK IN ACTION in bangalore
HI i am new in web2py. i developing student management system where these are the major functionality. 1. admin only can register for other admin people and student group. 2. only login url will be there by default. 3. after login if admin than registration url suppose to there f