the validator IS_LOWER() does what you say: converts to lower case. The problem is that if you have already data in lower case you must do
db(db.table.id>0).update(email=db.table.email.lower()) ### does not work on GAE On Feb 24, 8:37 pm, Jason Brower <[email protected]> wrote: > I just checked it. You know, it may be nice to just lower case them > emails (New features: db.users.blabla(TO_LOWER_CASE()) or something like > that). I don't there are currently any "multi"-case emails are there? > Regards, > Jason > > On Tue, 2009-02-24 at 18:07 -0800, Joe Barnhart wrote: > > Double-check your email address and see if you used any capital > > letters. This is exactly the scenario my users get when they register > > an email addy with upper/lower case characters and then don't enter it > > exactly the same way during login. The login email address is case- > > sensitive!!! > > > On Feb 24, 5:48 pm, Jason Brower <[email protected]> wrote: > > > Sadly with the change it still is giving the same issue. > > > I can register successfully. > > > When I try to login, it tells me that it was an "invalid login". > > > Although it is nice having the password "crypted". Woot! > > > Regards, > > > Jason Brower --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

