Hi I encountered some very strange problems after I made some changes to my db tables. After having dropped all tables and removed all files under /myapp/databases, I cannot register or login. The register page constantly says "please input your password again", whether I have submitted the registration form or not. Before that there was a flash that said "logged out" wherever I browsed.
I tried to insert a basic record for email authorization with db.auth_user.validate_and_insert(password="mypass", email="[email protected]"), but when I try to login there is no flash and the login page just comes back with an empty form. I have not altered the default controller's user function or view. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

