When I use the Password Reset function, and then paste in the password sent by email into the Login field, Combu says "Credentials are invalid." This worked a few weeks ago (before the 2.1.1 update). Suggestions on debugging it?
Sorry, I'm not having this issue. Try to download the latest version 2.1.3 from this website.
Or you're doing something wrong, the code you receive in the email is the authorization code that you must pass to User.ChangePassword besides the new password.
FRANCESCO CROCETTI @ SKARED CREATIONS
We're upgraded to 2.1.3...but I think the procedure for the user is unclear. The email says "please enter the code xxxx in the client." So this isn't a temporary password, but another code? So we have to display a different interface to the user with...what? Email Address and New Password, *and* this code? That's an unusual procedure--is that how it is supposed to work? (It's cumbersome because now we need to create a new interface, and a new button for the player to access that interface after they receive the email.)
In addition, the function seems to be:
ChangePassword(long idUser, string username, string resetCode, string newPassword, callback)
How are we meant to know the ID of the user if the user is unable to log in?
You can pass 0 as Id and pass username
FRANCESCO CROCETTI @ SKARED CREATIONS
Thanks! That works.