PANEL LOGIN
===========

Default first login
Username: admin
Password: admin

FIRST-TIME SETUP
After signing in with admin / admin the panel redirects to Account Setup.
The administrator must choose a new username and a new password before the
main panel, Sports manager or App Branding manager can be used.

LATER CHANGES
Open Account from the panel sidebar to change the administrator username,
password, or both. The current password is required before changes are saved.

SECURITY
- Passwords are stored with PHP password_hash(), never as plain text.
- Session ID is regenerated after login and after credential changes.
- Protected panel pages require an authenticated session.
- First-time credentials are marked with must_change=1 in SQLite.
- The bundled data/panel.sqlite in this ZIP has been reset to admin / admin.

If you deliberately keep an older data/panel.sqlite while upgrading, its
existing administrator account is preserved unless it is still admin / admin.
