Is there a way to prevent players from registering an account with an email that is not theirs?
for example, let's say a player mistypes the email, but the wrongly written email actually exists, thus registering the account with the wrong email. how could i stop this from happening?
Answer by Sarah Zhang · Oct 07, 2021 at 09:04 AM
PlayFab doesn’t provide a built-in method to verify the players’ login emails. One workaround to ensure the players use the real email is not to use the login emails and only adding the contact email addresses for players. Please follow this documentation – Using a Rule to Verify a Contact Email Address to set the rule to verify the players’ contact emails. Then you can follow the steps below to set up the clients’ login flow.
In this way, players can log in to your title using their username and password and their contact emails always need to be verified. The contact emails can be used to receive the email notifications and recovery the player account, you can check this documentation – Using Email Templates for more information.
Converting PlayFab Info to Player Object 2 Answers
How to get a list of all master player accounts? 2 Answers
Multiple accounts within the same title 2 Answers
PHP SDK ClientSessionToken 1 Answer