From ca74aeb94d2bae615ab64663e282dc1355d3e266 Mon Sep 17 00:00:00 2001 From: tudor <7089284+tudddorrr@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:56:49 +0000 Subject: [PATCH] add self-service player deletion link tip --- docs/godot/player-authentication.mdx | 4 ++++ docs/unity/player-authentication.mdx | 4 ++++ 2 files changed, 8 insertions(+) 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.