Also, if you specify auth.settings.everybody_group_id='[a group name]', a role with that name will be created, and everyone will be assigned to it by default. That way, you can use the auth.requires_membership() decorator and specify that role, even if you want to allow access to everyone with an account.
Anthony On Sunday, December 9, 2012 12:17:09 PM UTC-5, dbv wrote: > > Not a problem per se but request for clarification which has been provided > ie. all users have the same permission and so don't need a role to be > defined. Working through the book examples and should be done soon. Thanks! > > --

