04-21-2017, 12:09 AM
The passwords for my users are in UPPER CASE and not LOWER CASE (the md5 in the database is all UPPERCASE), when I attempt to sign in with the md5 in the database being in UPPERCASE, it will not allow me to sign in, if the md5 in the database is in lower case it'll all me to sign in.
I attempt to use strtoupper but it returns with http error 500.
I attempt to use strtoupper but it returns with http error 500.