Re: [web2py] Need some help on auth (groups)(users)(member)(permissions)

2012-05-15 Thread Remco K
Hi Richard, Thanks for your answer. I think you`re right. If you, or someone else, knows where to get an example application that uses most part of this features please let me know. In a mean while I'll keep trying to get this to work. If i find something or get this to work I'll try to make a

[web2py] Need some help on auth (groups)(users)(member)(permissions)

2012-05-14 Thread Remco K
Hello everyone, I need -a little push in the right way- on implementing authorization. Here is what I have and what I want: 'ProjectA' has: * Multiple Users * Multiple Documents * Multiple Groups A user can have many documents A user can be a member of multiple groups A user can have multiple

Re: [web2py] Need some help on auth (groups)(users)(member)(permissions)

2012-05-14 Thread Richard Vézina
I think that the RBAC built-in in web2py can handle most part of your need, but I think you will have to build the logic you need around RBAC, noting that fancy come out of the box. Maybe there is already available app that does something similar. Richard On Mon, May 14, 2012 at 3:11 PM, Remco K