namreeb / wowreeb

An intelligent, versatile, and multi-versioned World of Warcraft launcher
MIT License
58 stars 32 forks source link

Autologin does not work if account password contains only number #17

Open crestcere opened 3 years ago

crestcere commented 3 years ago

Like in title, using password and masterkey with only numbers will result invalid password in wow login screen. Here is example of my config below;

<?xml version="1.0" encoding="utf-8"?>
<wowreeb>
  <Realm Name="TBC (Netherwing)">
    <Exe Path="D:\Games\World of Warcraft - The Burning Crusade 2.4.3\Wow.exe" SHA256="8F8D7F4CF3909E61FD34B09DF9C9B56C21AEC76A9AD1883353F1FA5D9B8411E2" />
    <AuthServer Host="play.atlantiss.org" />
    <Credentials Username="name" Password="encryptedpassword" />
  </Realm>
</wowreeb>