Cannot change username (KeyError: 'is_active')

Hey there. I’m not sure if this is the right category for this problem but I cannot change anything about my user:

I’m running HomeAssistant with the newest Docker image.

The logs obviously tell me something about being the owner of the user and being active at the same time:

Logger: homeassistant.components.websocket_api.http.connection
Source: components/config/auth.py:115
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 2:58:44 (5 occurrences)
Last logged: 3:21:12

[547839473408] Error handling message: Unknown error
[547830309216] Error handling message: Unknown error
[547912553472] Error handling message: Unknown error
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/homeassistant/components/websocket_api/decorators.py", line 21, in _handle_async_response
    await func(hass, connection, msg)
  File "/usr/lib/python3.8/site-packages/homeassistant/components/config/auth.py", line 115, in websocket_update
    if user.is_owner and msg["is_active"] is False:
KeyError: 'is_active'

Is this a bug or am I doing something wrong? Is there a need for a second user and change my username while logged in with another user?

Nobody with an idea?

Why don’t you try it ?