I verified the approach works on my test bed but I did not put it on
the public version yet.  My concern is this:  As soon as I convert
everyone's address in the auth_user table to lower case, they will
complain that it fails when they enter their email address in mixed
case, i.e. "it's broken again!"

I'll go ahead and implement this solution, but a better one would be
to save the address mixed case but compare it as lower case during
authentication.


On Feb 23, 2:29 pm, mdipierro <[email protected]> wrote:
> Did you convert current emails in lower case?
>
>     db(auth.settigns.table_user.id>0).update
> (email=auth.settings.table_user.email.lower())
>     db.commit()

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to