Edit display and user name (#33406)

This commit is contained in:
c0ffeeca7 2024-06-26 10:04:57 +02:00 committed by GitHub
parent bd84a141d4
commit 4548ae3d61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 39 additions and 0 deletions

View File

@ -53,6 +53,10 @@ _Make sure to choose a secure password!_ At some time in the future, you will pr
As an extra level of security, you can turn on [multi-factor authentication](/docs/authentication/multi-factor-auth/). As an extra level of security, you can turn on [multi-factor authentication](/docs/authentication/multi-factor-auth/).
## Changing display or user name
To learn how to change a display or user name, refer to [setting up basic information](/docs/configuration/basic/).
## Other authentication techniques ## Other authentication techniques
Home Assistant provides several ways to authenticate. See the [Auth providers](/docs/authentication/providers/) section. Home Assistant provides several ways to authenticate. See the [Auth providers](/docs/authentication/providers/) section.

View File

@ -36,3 +36,38 @@ To change the general settings that were defined during onboarding, follow these
![Setting fields are grayed out because the configuration settings stored in configuration.yaml file](/images/docs/configuration/general-settings-stored-in-config-yaml.png) ![Setting fields are grayed out because the configuration settings stored in configuration.yaml file](/images/docs/configuration/general-settings-stored-in-config-yaml.png)
5. To apply the changes, follow the steps on [reloading the configuration](/docs/configuration/#reloading-configuration-changes). 5. To apply the changes, follow the steps on [reloading the configuration](/docs/configuration/#reloading-configuration-changes).
## Changing a person's display name
The display name is the name that is shown in Home Assistant. It can differ from the user name, which is the name used to log in.
### Prerequisites
- You need administrator rights to change a display name.
## To change a display name
1. To edit the display name of a person using Home Assistant, go to {% my people title="**Settings** > **People**" %} and select the person for which you want to change the display name.
2. Change the display name and select **Update** to save the change.
## Changing a user name
The user name is the name that is used to log in. It can differ from the display name.
### Prerequisites
- You need owner rights to change a user name.
### To change a username
1. To edit the username of a person using Home Assistant, go to {% my people title="**Settings** > **People**" %} and select the person for which you want to change the display name.
2. Change the username and select **Update** to save the change.
- The log in is case-sensitive.
## Changing authentication settings
To learn how to edit authentication settings such as password or multi-factor authentication, refer to the following topics:
- [Authentication](/docs/authentication/)
- [multi-factor authentication](/docs/authentication/multi-factor-auth/)
- [Help, I'm locked out](/docs/locked_out/)