From ff3d3728d93f12548eb9db864ccd2b8d94953776 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:54:03 +0200 Subject: [PATCH] resetting password via console: explain placeholders in command (#29094) --- source/_docs/locked_out.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_docs/locked_out.md b/source/_docs/locked_out.md index 610b4282290..683ddf854a6 100644 --- a/source/_docs/locked_out.md +++ b/source/_docs/locked_out.md @@ -1,12 +1,12 @@ --- -title: "I'm Locked Out!" +title: "I'm locked out!" description: "Options for regaining access" --- The sections below deal with recovering from a situation where you are not able to sign in, or need to recover your data. -## Forgot Password +## Forgot password ### Home Assistant (including Supervised) @@ -30,7 +30,9 @@ Use this procedure if you know the username, and you can access the [Home Assist - If you are using a Home Assistant Green, refer to the following procedure: - [Using the terminal](https://green.home-assistant.io/guides/use-terminal/) 2. Once you have opened the Home Assistant command line, enter the following command: - `auth reset --username existing_user --password new_password` + - Note: `existing_user` is a placeholder. Replace it with your user name. + - Note: `new_password` is a placeholder. Replace it with your new password. + - **Command**: `auth reset --username existing_user --password new_password` 3. You can now log in to Home Assistant using this new password. #### To reset a user's password, via the container command line