My input-form and mysql database was encoded in LATIN
When I change completely to UTF-8, I am unable to change the passwords in the database (they are coded). I assume, if people used special chars in their password, and the new login form is UTF-8, they will be locked out. Correct? (for example if they used and ä letter)
Solution? I could probaby try to double-check their login pwd (wheny they try to log-in) against a LATIN-conversion of their input... and if that matches, I automatically re-set their password again with the UTF8 input.
Is that the way to go?