From 9416af5b56831845347e43211650cb1f7492b31d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 12 Mar 2019 11:49:28 -0700 Subject: [PATCH] Allow changing password without being admin (#21978) --- homeassistant/components/config/auth_provider_homeassistant.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/config/auth_provider_homeassistant.py b/homeassistant/components/config/auth_provider_homeassistant.py index 5455277aa78..f6fc4bc8cef 100644 --- a/homeassistant/components/config/auth_provider_homeassistant.py +++ b/homeassistant/components/config/auth_provider_homeassistant.py @@ -122,7 +122,6 @@ async def websocket_delete(hass, connection, msg): websocket_api.result_message(msg['id'])) -@websocket_api.require_admin @websocket_api.async_response async def websocket_change_password(hass, connection, msg): """Change user password."""