mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-18 21:27:10 -04:00
Save SHA1(UPPER(user):UPPER(pass)) hash to login.cfg instead of the plaintext password. On subsequent logins, use the stored hash directly with a new authenticateWithHash() method that bypasses password hashing. The password field shows a placeholder when using a stored hash.