The V asked:
I have a register script that adds the password to the database and as I’ve noticed, it doesn’t matter if the password is PASSWORD or PaSsWoRd or password, they all work when logging in at the login page.
I have a register script that adds the password to the database and as I’ve noticed, it doesn’t matter if the password is PASSWORD or PaSsWoRd or password, they all work when logging in at the login page.
I want the password to be case-sensitive, so if the user set “Password”, either “PASSWORD” or “PassWorD” shouldn’t work. ONLY “Password” when they’re logging in.
It’s PHP and MySQL that I’m coding with.

