Lately I have had a few people use the same password as their user name. The site allows them to register with it but then once they log in, it will give them an error:
Code:
Could not find phrase 'username_same_as_password'
This phrase is already in my phrase section with the correct wording:
Code:
Your password is the same as your username. This is no longer allowed.<br />
<br />
Please change your password using <a href="profile.php?{1}do=editpassword">this page</a>.
How can I stop allowing people to even get past the registration screen with the user name and password the same?