5

How do I clean the history of previous used passwords? The history which is used by passwd or whatever else?

I see:

t-account@dbg-host: ~ $ passwd
Changing password for t-account.
Current password: 
New password: 
Retype new password: 
Password has been already used. Choose another.

I want to clear the list concerning "Password has been already used". How do I do this?

Thank you!

P.S. There is already the same question marked as resolved. How to force password set when a password is not compliant with OS restrictions? My question is NOT how to set/reset/repair and so on.

David DE
  • 2,316
Asc
  • 103

1 Answers1

2

Clean user from :

/etc/security/opasswd

or clean all file:

/etc/security/opasswd 

or

> /etc/security/opasswd
Rinzwind
  • 309,379