What's Changed
Fixed
- Default admin credentials — Default
ADMIN_PASSWORDchanged from empty string toadmin, matching the README documentation (admin:admin). Previously, a random password was silently generated on first run. - Config credential sync — Admin password changes in
config.pyor viaINTERCEPT_ADMIN_PASSWORDenv var now sync to the database on restart, without needing to delete the DB
Fixes #186
Full Changelog: v2.26.0...v2.26.1