question

magiedeszu avatar image
magiedeszu asked

Confirmation of registered user by admin

Hi. I recently tested various user registration and approval options, but I haven't found a definitive solution yet. Is there a ready-made method for actions such as: after a user registers in the game, the administrator receives an email or has the option in the PlayFab panel to approve or reject the user?

Account Management
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Xiao Zha avatar image
Xiao Zha answered

There is no approval process for PlayFab registration and login API. Once players call the registration and login API, they will immediately log in to PlayFab. If you want to have an approval process when players sign up, you may need to implement that process yourself. You could use a custom server to receive registration requests, and then after the server backend approves the player's request, you can call the PlayFab LoginWithServerCustomId API on your server to log the player in.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.