Probably this is the easiest solution: http://www.web2py.com/books/default/chapter/29/09/access-control?search=extra_fields
You can always defined your own additional tables with db.define_table(...) On Monday, 9 September 2013 11:07:30 UTC-5, ranjith wrote: > > Hi, > > I want to define one extra auth table. Could you pls explain me how to do > that? > Currently the auth class has user, role,group and permission tables. > I want to develop a web application related to colleges. So, I want to > define one more extra table which contain the colleges and the users table > need to have link to the college table and the group is the combination of > college, user, role. > > Or else is it possible to include the college related info in the existing > table itself? Could you pls let me know which one is good. Thanks > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

