Hi,
I was playing on a friend's PHPDiplomacy server and lost my password.
How can I perform a password reset?
Are the passwords stored in Blowfish encryption so I can just modify the database with a new password?
The script doesn't seem to have a password reset function...
A password reset function is a planned feature. For now though: The password is set to MD5( Config::$secret . MD5( $password ) )
Regards, Kestas
Kestas, is there any way to get a password reset on the phpdiplomacy.net implementation?
Log in to post a comment.
Hi,
I was playing on a friend's PHPDiplomacy server and lost my password.
How can I perform a password reset?
Are the passwords stored in Blowfish encryption so I can just modify the database with a new password?
The script doesn't seem to have a password reset function...
A password reset function is a planned feature. For now though: The password is set to MD5( Config::$secret . MD5( $password ) )
Regards,
Kestas
Kestas, is there any way to get a password reset on the phpdiplomacy.net implementation?