Skip to content

Commit

Permalink
Merge pull request home-assistant#6257 from bastshoes/patch-1
Browse files Browse the repository at this point in the history
Adding warning regarding legacy_api password
  • Loading branch information
DubhAd authored Sep 16, 2018
2 parents 024731b + be1223e commit 4daedf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/_docs/authentication/providers.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ To make the transition from API password to authentication system easier, we've
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>

<p class='note warning'>
[Issue 16441](https://github.com/home-assistant/home-assistant/issues/16441): the legacy API password auth provider won't be automatically configured if your API password is located in a package. This is because Home Assistant processes the `auth_provider` during the `core` section loading, which is earlier than the `packages` processing.
</p>

Authentication providers are configured in your `configuration.yaml` under the `homeassistant:` block:

```yaml
Expand Down

0 comments on commit 4daedf7

Please sign in to comment.