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.
Is there a way to receive GET requests on the PlayFab Server? 1 Answer
User Account Recovery 1 Answer
[Unity] Get Player Country 1 Answer
UserPrivateAccountInfo should not be sent when email is not available 1 Answer
Mass accounts migration 2 Answers