API Name Change player password
Notes
  • Change the player password in the database and return the new password.
  • The pid is 8 characters long representation for the player.
  • the "login"/username entered is less than 8 characters, the pid will be the same as the login.
  • If the login is longer than 8 characters, the system will replace the pid with an 8 character long digit representation.
  • For more information click here.