Edit: I was able to get the default account recovery form working. I’d still like an answer to point #2: Are there verification emails for the login email (as opposed to the contact email)?
Greetings,
I’m in the processing of implementing authentication in my multiplayer game and I’ve decided to use PlayFab.
The game server is hosted on an AWS Linux instance and the client is currently a WebGL client hosted on an Amazon S3 bucket.
I’m using Mirror for networking.
I’ve got signing up new users and logging in working and am now working on account verification and recovery.
I have a few questions:
- For account recovery, I see from the PlayFab dashboard I can just navigate to a user and check the Send password reset email checkbox and click Save all changes:
I immediately receive the password reset email:
The link in the email takes me to a page on playfab.com where I can enter a new password:
Since this already works “out-of-the-box”, why am I required to create email templates, setup my own smtp server and host a web site to make the api call to reset the password?
-
It appears that the email verification api calls only work for contact email, not the email used to login with? Is that correct? I would like to require new users to verify their email before I allow them to login.
-
When trying to make a SendAccountRecoverEmail() call I keep getting invalid input parameters error.
I’ve verified that the TitleId and EmailTemplateId are correct and the email address is a valid email address. What am I doing wrong there?
Thank in advance,
-Midnite.