wowreeb icon indicating copy to clipboard operation
wowreeb copied to clipboard

Autologin does not work if account password contains only number

Open crestcere opened this issue 5 years ago • 0 comments

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>

crestcere avatar Sep 28 '20 16:09 crestcere