Formatting and loca

This commit is contained in:
2026-02-08 18:51:01 +01:00
parent 42e60d2a5a
commit 97f1b30b75
3 changed files with 17 additions and 42 deletions

View File

@@ -200,7 +200,7 @@ Wait briefly, then retry.
## Data & Privacy
- Suggestions, votes, and phase states are stored in a shared **SQLite database**.
- Passwords are stored as salted PBKDF2-SHA256 hashes (not plaintext).
- Suggestions, votes, and phase states are stored in a shared database.
- Passwords are stored as salted hashes (not plaintext).
- Logging out clears your authentication cookie and resets login/register form inputs.
- If an admin deletes your player account, your suggestions and votes are removed as well.