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.

