From f4d69a9d8111cee71c3bc3e2b121f1fd2c7d72d8 Mon Sep 17 00:00:00 2001 From: kcd83 Date: Sun, 26 Nov 2023 22:26:19 +1300 Subject: [PATCH] Owner required for UI locked_out.md (#30006) * Owner required for UI locked_out.md Not just any administrator. https://community.home-assistant.io/t/how-to-change-users-password/226374/19 * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_docs/locked_out.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/locked_out.md b/source/_docs/locked_out.md index dcdc9031def..37cedcf4adc 100644 --- a/source/_docs/locked_out.md +++ b/source/_docs/locked_out.md @@ -45,11 +45,12 @@ If you are running Home Assistant in a container, you can use the command line i 4. `exit` to exit the container command line 5. `docker restart homeassistant` to restart the container. -#### To reset a user's password, as an administrator via the web interface +#### To reset a user's password, as an owner via the web interface 1. In the bottom left, select your user to go to the {% my profile title="**Profile**" %} page and make sure **Advanced Mode** is activated. 2. Go to {% my people title="**Settings** > **People**" %} and select the person for which you want to change the password. 3. At the bottom of the dialog box, select **Change Password**. + - Note: this is available as the owner, not administrator. 4. Enter the new password, and select **OK**. 5. Confirm the new password by entering it again, and select **OK** again. 6. A confirmation box will be displayed with the text **Password was changed successfully**.