How can you make the username case insensitive, and give the possibility to login with both email and username?
can’t seem to find anything under administration.. is it possible to change in the cms?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, change the login query to
Or if you can’t or don’t want to program, take a look here since it’s a freely downloadable mod for phpBB that lets you login with email.
You can also change the user table to a case-insensitive collation, but that might produce unexpectable results, just as my query. I don’t know whether phpBB lets you create two accounts if the casing differs (user vs USER, are that two different valid accounts?).