# Changing the password reuse policy

#### The unique password policy improves account security by reducing the risk of repeated password reuse, which can make accounts more vulnerable to unauthorized access.

***

## Overview

By default, the **GitProtect** system remembers the three most recently used account passwords, which **cannot be used again when creating a new password.**

It may prove useful to change temporairly if you encounter issues with password change, but it is not recommended to be disabled entirely.

***

## Changing unique password policy <a href="#backup" id="backup"></a>

{% stepper %}
{% step %}
In **Management Service**, navigate to the left sidebar and click ⚙️ **Settings** at the bottom.

<figure><img src="/files/D9Fadr3kjFjSphJU3QnM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select **Advanced** to open advanced options.

<figure><img src="/files/nBZk6gITTy8Hi44kvXuF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
In the **Unique new passwords** section, set the **Unique new passwords number** value to 0 to allow password reuse without restrictions.

<figure><img src="/files/117WVd8419WBojFKbeNT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to confirm your changes.
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://helpcenter.gitprotect.io/troubleshooting/changing-the-password-reuse-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
