I'm trying to use SQL Express for a project. When I try to sign up using the demo app, I get this error Validation error, field:email <gluon.validators.IS_NOT_IN_DB object at 0x00000000049114E0> All auth tables are created in the database. I tried migrate = false, migrate = true. Same result.
The connection string is mssql4://tarkus:rushrush@localhost/DNC_TRAINING. I'm using IIS7, SQL Server Express 13.0.4001.0, db_codec = 'SQL_Latin1_General_CP1_CI_AS' -- 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.

