And if you're specifically interested in a case-insensitive email field in 
auth_user, you can do:

auth.email_case_sensitive = False

Anthony

On Wednesday, December 2, 2015 at 3:05:12 AM UTC-5, Niphlod wrote:
>
> There's no such thing in several backends.
> That being said, I don't see the issue using requires=IS_UPPER() or 
> requires=IS_LOWER()
>
> On Wednesday, December 2, 2015 at 8:59:49 AM UTC+1, Encompass solutions 
> wrote:
>>
>> I am not sure this exists yet, but it would be nice to take a string 
>> field (or anything string like) and make it case insensitive.  That way I 
>> don't have to worry the j...@example.com is the same as j...@example.com
>> What do you guys think?
>>
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to