If you don't need to customize the auth_user table, I would suggest not including this code and just using Web2py's default auth_user table which works fine for most applications.
If you are going to customize auth_user table with that code, you need to uncomment: auth = Auth(db) and auth.define_tables()

