masterking32 / WoWSimpleRegistration

Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
https://masterking32.com
GNU General Public License v3.0
264 stars 216 forks source link

AzerothCore remove `sha_pass_hash` make this project cant work. #43

Closed xclid closed 3 years ago

xclid commented 3 years ago

This is a really great project, it's easy to use and very reliable.

Thank you for your contribution.

AzerothCore's latest code removes sha_pass_hash column of the account table, that makes project no longer available.

Can anyone update this project for AzerothCore when they are free?

This is the commit information of AzerothCore

commit 485f7e76391a5bbf1af6b3219d27db721af38440 Date: Sun Mar 21 15:17:57 2021 +0100

 feat(Core/DB/Authserver): remove `sha_pass_hash` (#4827)

Thanks for developers.

xclid commented 3 years ago

Something useful https://github.com/TrinityCore/TrinityCore/issues/25157

xclid commented 3 years ago

Problem resolved. If anyone has the same problem, you can refer to the following configuration.

$config['server_core'] = 0;
$config['battlenet_support'] = false;
$config['srp6_support'] = true;