Can you be more specific regarding what you are trying to do (i.e., what do you want to do that you are unable to do with the current system)? If you want to set and check permissions, they are based on membership in groups (i.e., roles) -- however, by default, a separate group is created for each user with only that one user as a member -- so setting permissions for a single user is equivalent to setting permissions for that user's group. See http://web2py.com/books/default/chapter/29/09#Authorization.
Anthony On Friday, December 7, 2012 1:59:36 PM UTC-5, dbv wrote: > > Is it possible to support user authorization and authentication at the > user level only ie. we don't need a role to be defined? --

