Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/godot/player-authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/unity/player-authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down