No I would require them to login to post. They can login at index but its not required, it only displays content.
And I'll try that code in a sec, let you know. On Jun 13, 4:14 pm, pbreit <[email protected]> wrote: > Are users logged in? Usually you do it like this: > Field('created_by', db.auth_user, default=auth.user_id) > > Do you allow users to inset an image without registering or logging in? If > so, you may need to handle it differently, possibly with an onvalidation > function that accounts for there being no user.

