🔐 WebUI Authentication 🔐
The web dashboard now requires a login. On first access, create your admin account with a username and password. Subsequent visits prompt for credentials. This is now available in v3.0.0-beta.2.
📋 Changelog
WebUI
- Rate limiting — 5 failed log in attempts triggers a 15-minute lockout.
- Ability to remember the user across browser closes and web server restarts.
- Ability to change current password from user menu.
- New CLI options for managing and resetting WebUI credential.
Core Changes
- Auto-restart webUI server on update.
- IGM will now automatically restart the web server if it's running after an update to ensure that the new changes are loaded without requiring manual restart.
📝 Update Instructions
On first WebUI visit after upgrading, you'll be prompted to create your admin account.
IGM v3 users
Users who are already on IGM v3.
- Run
igm updateto get the latest update. If you have the webUI running, runigm web restartonce to load the new changes. Future updates will restart the web server automatically.
IGM v2 users
If you have not migrated over to IGM v3 then please refer to the v3.0.0-beta.1 release note and follow the instructions there.
- Run
igm versionthereafter to check what version you're on.