[Repoze-dev] how to extend basic User, Group, Permission model?

2009-06-25 Thread Cezary Biele
Hi Everyone, I'd like to extend basic user model available in repoze, and add additional class called "Gallery". this addition is needed because I'd like to create an app for photo galleries. I'd like to have one user have access to many galleries and have different roles in each of them (i.e user

Re: [Repoze-dev] how to extend basic User, Group, Permission model?

2009-06-25 Thread Cezary Biele
Thanks for your reply! could you please point me to some documentation? cezary On Thu, Jun 25, 2009 at 11:27 AM, Malthe Borch wrote: > 2009/6/25 Cezary Biele : > > i'd be grateful for any suggestions how this should be achieved "the > right > > way" using

Re: [Repoze-dev] how to extend basic User, Group, Permission model?

2009-06-25 Thread Cezary Biele
Thanks for your answer Gustavo! Just a quick question: what about repoze.who (using sql database) and users/groups/permissions? is it also, like you said,"optional"? from what I've seen in the docs for repoze.what quickstart, setup_sql_auth needs user, group and permission class as arguments. but a