Update note about default auth_providers (#6184)

* Update note about default auth_providers

Update the warning note to specify that HA automatically configures auth_providers, and manually specifying auth_providers in configuration.yaml can cause issues

* Minor changes
This commit is contained in:
Charles Garwood 2018-09-04 03:24:27 -04:00 committed by Fabian Affolter
parent f8bcba8a81
commit e2dcd24aab

View File

@ -27,7 +27,7 @@ To make the transition from API password to authentication system easier, we've
## {% linkable_title Configuring auth providers %}
<p class='note warning'>
By configuring your own instead of using the default configuration, you take full responsibility for the authentication of the system.
Home Assistant automatically configures the standard auth providers and you **do not** need to specify `auth_providers` in your `configuration.yaml` file. Specifying `auth_providers` in your configuration will disable all auth providers that are not listed and can reduce your security or create difficulties logging in.
</p>
Authentication providers are configured in your `configuration.yaml` under the `homeassistant:` block: