Is there a table in commserve where we can find the days since the last password change? also alert/event to find the login events for a particular user
Solved
Is there a table in commserve where we can find the days since the last password change? also alert/event to find the login events for a particular user
Best answer by Jos Meijer
Hi
Here is a query which will show you the last change date [datePasswordSet]:
SELECT [id]
,[name]
,[datePasswordSet]
,[lastLogInTime]
FROM [CommServ].[dbo].[UMUsers]
WHERE [id] >= 0Please note this is not a regular date notation, not sure how to convert yet.
Additionally I suspect this table is only useful for local commvault users as the password policy otherwise is managed by an external user database (AD etc).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

