Forgotten password reset audit

This Relativity script provides audit records for user password reset requests generated using the Forgot your password? link on the login screen.

Inputs

After clicking Run on the Script Console, enter values for the following inputs:

  • Start Date - the starting date for the report.
  • End Date - the ending date for the report.
  • Display Audit Records determines which password reset requests the report includes. Your options are:
    • All requests
    • Valid user requests
    • Invalid user requests
    • Failed requests
  • Maximum Number Of Results determines the maximum number of results that are included in the report. The default value is 1,000.

Results

When you select your inputs and click Run, the Results section displays the selected password reset requests for the date range you've specified.

The following columns are included in the report:

ColumnDescription
ActionThe action taken by the user who submitted the password reset request.
DetailsResults of the action or details about why the action was unsuccessful.
DateTimeThe date and time the password reset request was submitted.
FirstNameThe first name of the user associated with the submitted email address.
LastNameThe last name of the user associated with the submitted email address.
UserArtifactIdThe artifact ID of the user associated with the submitted email address.
EmailAddressThe email address submitted during the password reset request.
IPAddressThe IP address the request came from.
Return to top of the page
Feedback