You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I have validated that the POST going from my browser to the server contains the proper values
Using google recaptcha v2
$config['server_core'] = 5;
$config['srp6_support'] = true;
$config['soap_for_register'] = false;
verifySRP6 is returning false on line 388 of user.php
gmp is enabled in php (verified via phpinfo)
The text was updated successfully, but these errors were encountered:
I also encountered the same problem and found that the verification of SRP6 did not pass.
I checked and found that the account verification for both CMANGOS and VMANGOS was the same Here is the difference in verifying passwords, hoping to find a solution.
Describe the bug
When user tries to change password, they get an error: Old password is not valid.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Its expected that user's new password is accepted and changed in the game server
Screenshots
Desktop (please complete the following information):
Additional context
I have validated that the POST going from my browser to the server contains the proper values
Using google recaptcha v2
$config['server_core'] = 5;
$config['srp6_support'] = true;
$config['soap_for_register'] = false;
verifySRP6 is returning false on line 388 of user.php
gmp is enabled in php (verified via phpinfo)
The text was updated successfully, but these errors were encountered: