---
title: Manage your account
description: Update your username, email address, and password in Telegraf Controller.
url: https://docs.influxdata.com/telegraf/controller/users/account/
estimated_tokens: 475
publisher: InfluxData
canonical: https://docs.influxdata.com/telegraf/controller/users/account/
date: '2026-03-26T08:20:04-06:00'
lastmod: '2026-03-26T08:20:04-06:00'
---

Any authenticated user can update their own account details from the account page.
Use the account page to change your username, email address, or password at any time.

<img src="/img/telegraf/controller-account-page.png" alt="Telegraf Controller account page" width="1300">

## Update your username

Your username is your display name throughout Telegraf Controller.
Each username must be unique across the system.

1. Click your profile icon in the top-right corner and select **Account**.
2. In the **Username** field, enter your new username.
3. Click **Save**.

If the username you entered is already taken, Telegraf Controller displays an
error. Choose a different username and try again.

## Update your email address

Each email address must be unique and in a valid format.

1. Click your profile icon in the top-right corner and select **Account**.
2. In the **Email** field, enter your new email address.
3. Click **Save**.

If the email address is already associated with another account or is not in a
valid format, Telegraf Controller displays an error.
Correct the email address and try again.

## Update your password

To change your password, you must provide your current password along with the
new one.

1. Click your profile icon in the top-right corner and select **Account**.
2. In the **Current Password** field, enter your existing password.
3. In the **New Password** field, enter your new password.
4. In the **Confirm Password** field, re-enter the new password.
5. Click **Save**.

> [!Note]
> Your new password must meet the password complexity requirements configured by your administrator.
> For more information, see [Password requirements](/telegraf/controller/settings/#password-requirements).

#### Related

* [Authentication](/telegraf/controller/authentication/)
* [Authentication and authorization](/telegraf/controller/reference/authentication-authorization/)
