v1.2.1
Fixed
- The bootstrap anti-lockout admin account was always created as
proxyadmin2regardless ofconf.auth.adminUsers, whilemigrations/permission_bootstrap.jsgrants the global-admin permission toadminUsers[0]. An operator who customizedadminUsersended up with a bootstrapped account that had no admin permissions.models/user_redis.jsnow derives the bootstrap username the same way, so this no longer happens. - Corrected a misleading
secrets.js.examplecomment about the bootstrap password default.
Changed
- Refreshed all README screenshots (hosts, per-host SSO auth, per-host basic auth), and added a new load-balancing screenshot.
See CHANGELOG.md for full details, including the backfilled v1.2.0 entry.