> For the complete documentation index, see [llms.txt](https://enterprise.hideez.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://enterprise.hideez.com/hideez-client-app/account-management/editing-an-existing-account.md).

# Editing an Existing Account

You can edit only those accounts that you [created on your key by yourself](/hideez-client-app/account-management/account-creation.md). Accounts created by the HES administrator cannot be changed.

Double-click on the line with the account to open detailed information.\
Click **Edit** and go to the account data editing window.

![](/files/BXTcAEzR6X2uWkXDPm1B)

![](/files/-MPElY1iiYajjP0IUzle)

Please note that the **Save** button will be displayed only if you have made any changes.

You can

* Change login
* Enter a new password manually or generate a complex password in the client interface (by clicking on the corresponding icon in the password line)
* Add or change websites and applications where this account is valid.\
  \
  If no site or application is specified, the account will be used to log on to the computer.\
  \
  There are no restrictions as to the number of sites and applications for the account. You can choose applications from those that are automatically set by Windows on your computer.
* Specify or modify OTP Secret.

Once saved, the changes will take effect.

#### Also you can change domain account password directly from the Hideez Client. It means that you can change the account password in the AD as well, not just on the hardware vault.

It is possible if it meets the following requirements:

* You have to be signed in the domain user.
* There is domain unlock account on the vault.

To change domain account password, do the following steps:

1. Login to your domain user.
2. Open Hideez Client.
3. Go to the "Password manager" section.\
   \
   ![](/files/x2vSu6AZ0YZZPE1KMgA1)<br>
4. Click your unlock account.\
   \
   ![image.png](https://mail.google.com/mail/u/0?ui=2\&ik=dd67dbef9d\&attid=0.3\&permmsgid=msg-a:r-6528240131146337730\&th=1811fa7e5561de28\&view=fimg\&fur=ip\&sz=s0-l75-ft\&attbid=ANGjdJ__gVXx9lQuf3Xq28ayfUCeg2MKy8kQRfpi17j4IJPX0o7jgN6-zON01HStGN_qcj9z-JQqj9PlVO_75Qld30ooSgUp60S5kDB-qVm85DKFeSAszCx4muAbrck\&disp=emb\&realattid=ii_l3vnqdcp2)<br>
5. Click the "Edit button".\
   \
   ![image.png](https://mail.google.com/mail/u/0?ui=2\&ik=dd67dbef9d\&attid=0.4\&permmsgid=msg-a:r-6528240131146337730\&th=1811fa7e5561de28\&view=fimg\&fur=ip\&sz=s0-l75-ft\&attbid=ANGjdJ91oRlhz_W6WH5PD6mqXO8974DhJLyMeESbPhomMBqHBDfULdKiNURpSPVyokdlOcaLVdqDIipQQXbUwCsD2tNsdXtWQatw8MoW4lepjC3a3KzF10DDqUShbTo\&disp=emb\&realattid=ii_l3vnvkbd4)<br>
6. Check the "Change logon password" button and then type and confirm the new password. Then click the "Save" button.\
   \
   ![image.png](https://mail.google.com/mail/u/0?ui=2\&ik=dd67dbef9d\&attid=0.5\&permmsgid=msg-a:r-6528240131146337730\&th=1811fa7e5561de28\&view=fimg\&fur=ip\&sz=s0-l75-ft\&attbid=ANGjdJ89if-kyEl1l0R54ieQ_3t4TipMD-pPphHhvO62KjrIqHc93_UOIMbI9gRPG3B5yfWcSrPdyjDdf4FR1w5DIREBqpPodoBWp-Ku0fTKtC0JZaDiSgxGK8uFaWY\&disp=emb\&realattid=ii_l3vo2bmn5)<br>

After that you don't have to change the password on the AD server, you can login with this new password even without the Key. So please save this password anywhere to remember it, if needed.

{% hint style="warning" %}
Please, note that default domain password change policies allow changing password only once for a 24 hour period.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://enterprise.hideez.com/hideez-client-app/account-management/editing-an-existing-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
