Allow changing password without being admin (#21978)

This commit is contained in:
Paulus Schoutsen 2019-03-12 11:49:28 -07:00 committed by GitHub
parent 4a4bb43422
commit 9416af5b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."""