Password history: Delete single password item

Hi Team,

it will be nice, if you add the possibility to delete a single password item within the password history.

Reason for feature request: A very important password which is used more times on different accounts or devices should not listed in password history for security reasons. On shared accounts, different peoples are able to see over the password history all used passwords in the past. Therefore they are able to use old passwords to try login on other systems / accounts.

The workaround for that issue is actually to delete the entire account entry and create a new one with clean password history. It is a bit more work to create a new one if 2FA has already been configured.

That is not something this project can do. The clients need to support this.
This project does not build or maintain those clients.

You could manually clear the password_history field from the ciphers table of the vault item:

UPDATE ciphers SET password_history = NULL WHERE uuid = '<itemId>';
1 Like

Hi BlackDex,

okay, thanks for your reply. Than we can close this feature request. Thanks for your great work!