Hi,
It would be good if you could create a password recovery system by sending a token via mail, because in that way we could make the system for recovery inside the game itself. In this way we would avoid having a page for that.
The system would work in a simple way:
-PasswordRecoveryRequest(email) - create email template with $token variable
-SetNewPassword(user, newPass, token)
System like this gives us many possibilities.