Browser Logout doesn't work?

Hi, So I can login to 8123 just fine, after logging out I see the login splash screen as expected. However just refreshing the browser automatically enters back into HA. I did not check “Remember” either. Would like to have a bit of security if possible :slight_smile: What am I doing wrong? Thanks Tom

Do you have a known network configured? If you do that’s why.

Hmmm, I may have done that, where can I look to know? My main concern is security as I would like to do remote access and open port 8132 thru the firewall. What is the best way to implement this? Thanks, Tom

in config.yaml

http:
  trusted_networks:
    - 192.168.0.0/24

that will prevent you needing the password, just take out the trusted_network bit and leave whatever else you have under that section