mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add note about consequences of bypassing the login (#22859)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
e21b69b9a0
commit
9c85ba554d
@ -123,7 +123,9 @@ Specially, you can use `group: GROUP_ID` to assign all users in certain `user gr
|
||||
|
||||
#### Skip Login Page Examples
|
||||
|
||||
This is a feature to allow you bring back some of the experience before the user system was implemented. You can directly jump to main page if you are accessing from trusted networks, the `allow_bypass_login` is on, and you have ONLY ONE available user to choose in the login form.
|
||||
This is a feature to allow you to bring back some of the experience before the user system was implemented. You can directly jump to the main page if you are accessing from trusted networks, the `allow_bypass_login` is on, and you have ONLY ONE available user to choose from in the login form.
|
||||
|
||||
If you allow bypass login then your cookie will not be stored and every time you refresh the page in Home Assistant a new login will be created. This is because bypassing the login does not give you the option to save the login.
|
||||
|
||||
```yaml
|
||||
# assuming you have only one non-system user
|
||||
|
Loading…
x
Reference in New Issue
Block a user