That's already the default behavior. If you wanted to preserve the case entered by the user, you would do:
auth.settings.email_case_sensitive = True Anthony On Monday, April 8, 2019 at 9:40:52 AM UTC-4, lucas wrote: > > hello one and all, > > i'm using web2py 2.17>. > > what is the best method to impose and automatically update the email field > to all lowercase characters without making the user have to retype the > email??? i want web2py to lowercase no matter its a new registration > (insert) or profile (update). > > thank you in advance. lucas > -- 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.

