diff --git a/source/_posts/2023-12-06-release-202312.markdown b/source/_posts/2023-12-06-release-202312.markdown index 9278f5bb4f4..7e9d543ad54 100644 --- a/source/_posts/2023-12-06-release-202312.markdown +++ b/source/_posts/2023-12-06-release-202312.markdown @@ -46,7 +46,7 @@ Enjoy the (beta) release! -- [Login page has been re-designed](#login-page-has-been-re-designed) +- [A beautiful new login page](#a-beautiful-new-login-page) - [New thermostat card](#new-thermostat-card) - [History dashboard showing long-term statistics](#history-dashboard-showing-long-term-statistics) - [Number feature for tile cards](#number-feature-for-tile-cards) @@ -66,23 +66,30 @@ Don't forget to [join our release party live stream on YouTube](https://www.yout -## Login page has been re-designed +## A beautiful new login page -The login page of Home Assistant has been re-designed to be more modern and -match [recent redesign of the Home Assistant onboarding](/blog/2023/09/06/release-20239/#onboarding). +The login page of Home Assistant has been redesigned to be more modern and +match the [recent redesign of the Home Assistant onboarding](/blog/2023/09/06/release-20239/#onboarding). -When Home Assistant detects you are on your local home network, you will be -greeted by this lovely new login page. +When Home Assistant detects you are accessing it via your local home network, +it means you are in your trusted home environment; you will be greeted by this +beautiful new login page, which resembles how most platforms, like Windows, +macOS, Netflix, and others, handle this: by showing your user profiles. -Temporary screenshot that needs to be replaced. +Screenshot of the new Home Assistant login screen that allows you to click on your profile picture to log in. -Just click on your user profile, and it will request your password, just like -before. Of course, when logging in from outside of your home network, -we can't do this as that would give away some of your privacy. +It is also much smarter! It works seamlessly with [trusted networks](/docs/authentication/providers/#trusted-networks), +and when home, we automatically remember your login. So, no more forgetting +to check the "remember me" checkbox. 👊 -When you are outside of your home network, the login page will look like this: +Of course, when logging in from outside your home network, we can't do this +as that would give away privacy-sensitive information about your system +and who is in it. So, when you are outside of your home network, +the login page will ask for your username and password, just like before. -Temporary screenshot that needs to be replaced. +Screenshot showing the new login screen, when accessing from the external network. It will still prompt for a username & password, protecting your privacy. + +Oh! And you can now change the language straight from the login page! 🌍 ## New thermostat card diff --git a/source/images/blog/2023-12/new-login-external-network.png b/source/images/blog/2023-12/new-login-external-network.png new file mode 100644 index 00000000000..d6505aafcbf Binary files /dev/null and b/source/images/blog/2023-12/new-login-external-network.png differ diff --git a/source/images/blog/2023-12/new-login-screen.png b/source/images/blog/2023-12/new-login-screen.png new file mode 100644 index 00000000000..bf05d8a7acf Binary files /dev/null and b/source/images/blog/2023-12/new-login-screen.png differ