diff --git a/docs/godot/player-authentication.mdx b/docs/godot/player-authentication.mdx index 0299ecb..0cdd0d8 100644 --- a/docs/godot/player-authentication.mdx +++ b/docs/godot/player-authentication.mdx @@ -221,6 +221,10 @@ Player accounts can be deleted using `Talo.player_auth.delete_account`. You'll n You'll need to handle these things by, for example, navigating back to a "Login" screen. +:::tip +You can provide your players with a self-service deletion link. This can be found on your game's [settings page](https://dashboard.trytalo.com/game-settings). +::: + ### Deleted aliases When an alias is deleted, all leaderboard entries and game feedback associated with that alias will be deleted. Any channels owned by the alias will now have a `null` owner. diff --git a/docs/unity/player-authentication.mdx b/docs/unity/player-authentication.mdx index dba9bae..acee9cd 100644 --- a/docs/unity/player-authentication.mdx +++ b/docs/unity/player-authentication.mdx @@ -263,6 +263,10 @@ Player accounts can be deleted using `Talo.PlayerAuth.DeleteAccount`. You'll nee You'll need to handle these things by, for example, navigating back to a "Login" screen. +:::tip +You can provide your players with a self-service deletion link. This can be found on your game's [settings page](https://dashboard.trytalo.com/game-settings). +::: + ### Deleted aliases When an alias is deleted, all leaderboard entries and game feedback associated with that alias will be deleted. Any channels owned by the alias will now have a `null` owner.