mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Edit display and user name (#33406)
This commit is contained in:
parent
bd84a141d4
commit
4548ae3d61
@ -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/).
|
||||
|
||||
## 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
|
||||
|
||||
Home Assistant provides several ways to authenticate. See the [Auth providers](/docs/authentication/providers/) section.
|
||||
|
@ -36,3 +36,38 @@ To change the general settings that were defined during onboarding, follow these
|
||||

|
||||
|
||||
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/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user