How can I force EE to accept passwords even if the case is wrong?
By default, EE sees these differently:
pAsSwOrD
PASSWORD
PASSword
passWORD
password
...but I want them all to be accepted as the same.
I know some would say this is an unnecessary security risk, but for my unique situation it would be the best, most user-friendly solution.
Any ideas how to make this happen?