Not asked for a password ... Just choose a user and you're in?!?

I was just noticed during a debug session where I added a user for someone else to log into my HA system, that there was NO NEED TO ENTER A PASSWORD.

If you enter the url you’re presented with this:

This is my config:

  auth_providers:
  - type: trusted_networks
    trusted_networks:
      - 192.168.1.0/24
      - 172.0.0.0/8
  - type: homeassistant

Any idea what I need to change to make my system secure again?
Thanks!!

Remove the trusted networks.

2 Likes

What I wanted to acchieve is a trusted login from my own network, but as this is routed/hosted by nginx, which is also from the LAN, it may cause this, correct?
Thanks

Yes, because the IP of the proxy is included in the network ranges you configured to be trusted.