Bug Fixes
Login page crash with auth enabled (#113)
Fixed a regression in v0.6.0 where the login, forgot-password, and reset-password pages crashed with a template error when authentication was enabled:
template: login.html:21:61: executing "login.html" at <.Lang>: invalid value; expected string
The auth handler now passes the user's preferred language to all auth templates, with a safe fallback to English when the language is unset or unknown.
Upgrade
docker pull ghcr.io/bscott/subtrackr:v0.6.1No configuration changes required.