It's probably due to SQL Reserved Keywords: web2py.com/book/default/ section/6/2
Password didn't previously seem to cause a problem in MySql itself, but it should still be avoided so that your app is more transportable across DBs. I am not sure how to turn off the checking, but I imagine it will be easy enough. As this problem with 'password' does arise regularly because of the default Auth_Users table, I wonder whether Massimo might find a way to default this to 'passwd' for future apps? -- 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.

