From 48b2dcc45c7ac1e8d3b356841d6406743df2451e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 26 Aug 2018 22:40:32 +0200 Subject: [PATCH] Add note about rollback --- source/_posts/2018-08-31-release-77.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_posts/2018-08-31-release-77.markdown b/source/_posts/2018-08-31-release-77.markdown index affb6e35f3e..897f9856618 100644 --- a/source/_posts/2018-08-31-release-77.markdown +++ b/source/_posts/2018-08-31-release-77.markdown @@ -13,7 +13,11 @@ og_image: /images/blog/2018-08-0.77/components.png -Auth enabled by default ! If you had auth providers configured before, recommended to remove the configuration and start using the default config. [Read the docs](/docs/authentication/) +Auth enabled by default ! If you had auth providers configured before, recommended to remove the configuration and start using the default config. [Read the docs](/docs/authentication/). + +If you were using auth before 0.77: + - Please remove the auth providers from your configuration and switch to the default config + - Due to changing how the home assistant auth provider hashes passwords, you cannot rollback to 76 with auth enabled unless you remove `.storage/auth*.*` and `.storage/hassio` Notification drawer for lovelace.