Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AzerothCore registered account function is invalid #61

Closed
sw586 opened this issue Oct 8, 2021 · 5 comments
Closed

AzerothCore registered account function is invalid #61

sw586 opened this issue Oct 8, 2021 · 5 comments

Comments

@sw586
Copy link

sw586 commented Oct 8, 2021

Describe the bug
After registration, there is no account data in the database "account" table

Expected behavior
After completing the registration action, and WoWSimpleRegistration prompts: "Your account has been created." The mysql.account table should create account data
Screenshots

Desktop (please complete the following information):
-OS: [windows10]
-Server core: [azerothcore]
-Core repository: [https://github.com/azerothcore/azerothcore-wotlk]
-Game version: [3.3.5]
-PHP version: [7.2.0]
-Browser [chrome]

Additional context

@masterking32
Copy link
Owner

masterking32 commented Oct 8, 2021

Did you enable SPR6?
Enable debug.

@JarvanDing
Copy link

Did you enable SPR6? Enable debug.

Is that SRP6?
Where is this configuration file? Web server or wow server profile?

@masterking32
Copy link
Owner

$config['srp6_support'] = false; // READ COMMENTS, [Please ENABLE GMP]

@sw586
Copy link
Author

sw586 commented Oct 12, 2021

$config['srp6_support'] = false; // READ COMMENTS, [Please ENABLE GMP]

$config['srp6_support'] = true;

Solved my problem thanks!

@gr33k
Copy link

gr33k commented Nov 16, 2023

THIS WAS THE FIX! Thank you :D

All I had to do to make DB account creation work was set $config['srp6_support'] = true;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants