mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-22 04:26:28 +01:00
The pi user account was locked when pi_password was not configured, causing the web terminal login to fail immediately with "Connection Closed". Now the pi user is given an empty password when no password is specified, enabling passwordless web terminal login. Fixes #2393