Topic: Password reset function script
As somebody says here, PvPGN does not support to reset the password in the game.
https://forums.pvpgn.pro/viewtopic.php?id=2003
I made a script in PHP with PHP mailer that authentificate to a SMTP and send emails by tracking the bnetd.log file. PvPGN at least does output logs when somebody request a password and it matches the username and the email from the account file located in users folder.
UPDATE:
I created a github repository for this script.
https://github.com/rnyit/pvpgn-password-request
UPDATE 2:
How to install it?
https://github.com/rnyit/pvpgn-password … /README.md
If anyone needs help, just reply to this thread, it may be tricky for some people to get it running also if somebody done it, leave a feedback.