Jump to content

Batch "unexpire" expired passwords


Recommended Posts

Many years ago we imported a large number of passwords into PasswordState and, somehow, many (~2,500) of these passwords acquired an expiry date where no expiry is required.

 

These passwords appear in our expired passwords report (of course).

 

How can we batch remove expiry from these passwords?

 

We can assume that no passwords in our PasswordState instance (build 9500) need/have an expiry if that simplifies things.

 

Thanks!

Link to comment
Share on other sites

Hello,

We do not have a way to do this in the UI, but you can do it directly in the database if you like. Steps are:

  • Determine the PasswordListID or IDs, using screenshots below
  • The use SQL Management Studio and execute the commands below - update the PasswordListID as appropriate

           USE Passwordstate

           UPDATE [Passwords] SET ExpiryDate = NULL WHERE PasswordListID = xxxxx

 

IDs.png

 

Regards

Click Studios

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...