Fix logout to reset auth forms to login

This commit is contained in:
2026-02-08 14:52:56 +01:00
parent 5ec18d20ea
commit 0c888e5a5d
4 changed files with 6 additions and 10 deletions

View File

@@ -192,5 +192,5 @@ Register again using the correct key from the host or leave it blank to crea
- Suggestions, votes, and phase states are stored in a shared **SQLite database**.
- Passwords are stored with a SHA256 encryption.
- Logging out clears your authentication cookie.
- 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.