You can do: auth.settings.email_case_sensitive = False
This is not the default because, by the book, the username page of emails is case sensitive (http://stackoverflow.com/questions/9807909/are-email-addresses-case-sensitive) Massimo On Sunday, 15 September 2013 20:35:48 UTC-5, Ray (a.k.a. Iceberg) wrote: > > Hi there, > > I just add IS_LOWER() to the beginning of auth_user.email.requires list, > this way all input email address even with UPPERCASE will be stored as > lower case in db. I think this should be the default behavior, so I write > this suggestion. > > Regards, > Ray > -- 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/groups/opt_out.

