[web2py] Re: How to make role inheritable?

2015-06-29 Thread Alex Glaros
exactly what I needed to know thanks for the timely reply Niphlod if future needs require, perhaps a graph DB would be effective for this type of query Alex -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://cod

[web2py] Re: How to make role inheritable?

2015-06-29 Thread Niphlod
either you add redundantly groups or you have to resort to a recursive query each time you need to check for membership at higher levels than the first one... in either case I really don't see the issue: given that auth_membership is a one-to-many, web2py isn't getting in your way. If you don't