- Security Hardening: Strongly encourage default stock admin user to change password on first login.
- Storage Utility CLI: Improve admin account recovery code (use config overrides, and apply default user prefs).
- Security Hardening: Validate storage commands in
admin_import_dataAPI. - Security Hardening: Keep config files locked down with mode
0o600when not running in debug mode. - Security Hardening: Generate random secret key on first install.
- On Startup: Perform basic validation of required config props, exit loudly if missing.