Can't delete HA user then add another user with the same name

Hi

HA version 0.99.1
Running in docker on ubuntu

I had a user that I forgot the password, so I deleted the user.
Then I tried to readd a user with the same name as the deleted user and i got “unknown error”
Then I tried to readd the user after restarting HA and I got the same “unknown error” error message.

solved, I needed to trusted_networks / type to configuration.yaml

  auth_providers:
    - type: trusted_networks
      trusted_networks:
      - 192.168.0.0/24
      - 127.0.0.1
    - type: homeassistant