How many password reset we did globally

Theodor
Tera Contributor

Hello,

 

I have a requirement to find how many password reset we performed globally in our instance over 1 year. 
Is there any way this can be done?

 

Thank you so much,

Teodor

5 REPLIES 5

Community Alums
Not applicable

Hi @Theodor ,

You can report on "pwd_reset_activity" table to get the details as per your requirement, also if you want to know specific details then, check the below tables :

Hi @Community Alums.

 

It would have worked perfectly but that table stores logs only for the last 3 months and I need for last year.

I guess there is no other option for that, no ?

 

Thank you,

Teodor

Hi @Theodor 

 

As per Table Rotation, most of the logs get flushed out after three months. Therefore, I don't think you can get this date beyond three months.

 

Regards,
Amit

Mark Manders
Mega Patron

OOB audit isn't activated on the user table, but if you have it active, you could look into the sys_history_line or audit table to see the number of changes there (not sure how long that is kept, but I believe it's longer than 3 months)


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark