This the intend behavior. If you want to enforce authentication on crud, you will not be allowed to access actions that do crud on a table unless you have specifically registered a permission for the user 'insert' in that table and you must be logged in.
On Oct 29, 6:14 am, dbb <[email protected]> wrote: > if crud.settings.auth=auth, then 404 not found error when insert and > other crud functions are use, if #crud.settings.auth=auth the error no > longer shows --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

