Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/_docs/authentication.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ While you should hopefully be storing your passwords in a password manager, if y

When you start Home Assistant next, you'll be required to set up authentication again.

### Lost user password

1. login to the homeassistant docker or console
2. hass --script auth -c /config change_password <user> <password>
3. Restart HA

You can use “hass --script auth -c /config list” command to list the users

### Error: invalid client id or redirect url

<img src='/images/docs/authentication/error-invalid-client-id.png' alt='Screenshot of Error: invalid client id or redirect url'>
Expand Down