Have you tried adding the IS_LOWER validator to the email field when the register form is submitted?
On Thursday, December 15, 2011 1:43:27 PM UTC-5, Constantine Vasil wrote: > > How to make this possible: > > I have only email/password as login. > > Want email to be changed to lower case at the register > page and stored as a lower case to the database. > > Made this for login/reset password, how to make it > for register page as well? > > Registering with mixed case creates a new user account > with new user_id. > > >

