You can change the password from the cli:
auth reset --username existing_user --password new_password
Documentation
or if your on a venv
installation:
$ hass --script auth change_password user_name new_password
You can change the password from the cli:
auth reset --username existing_user --password new_password
Documentation
or if your on a venv
installation:
$ hass --script auth change_password user_name new_password