Merge remote-tracking branch 'refs/remotes/origin/bugfix/password-reset'

# Conflicts:
#	README.md
#	VERSION
#	src/EzggLanManager.py
#	src/ezgg_lan_manager/pages/TournamentDetailsPage.py
#	src/ezgg_lan_manager/pages/__init__.py
This commit is contained in:
tcprod
2026-02-16 17:58:16 +01:00
10 changed files with 32 additions and 41 deletions
+5
View File
@@ -0,0 +1,5 @@
-- Apply this patch after using create_database.sql to extend the schema to support fallback passwords
ALTER TABLE users
ADD COLUMN user_fallback_password VARCHAR(255) DEFAULT NULL
AFTER user_password;