If I create a user through the TS backend, the user is added to the MySQL DB fine. The password is hashed as it's not the same as the plain text.
If I create a user through the hack that user also appears in the MySQL DB fine and the password is visible in plain text.
However the TS-created user can connect but the hack-created user gets a bad login message.
Other than that the hack works perfectly. I'll investigate this as well and let you know if I get anywhere.
|