Logs each time a user clicks I forgot my password on the login page and requests a password reset mail to be sent.
| Name | Datatype | Read | Write | Primary key | Description |
|---|---|---|---|---|---|
| PasswordResetRequestLogId | int | Yes | No | Yes | Primary key |
| LogDatetime | datetime | Yes | No | No | Timestamp. |
| UserEmail | nvarchar(100) | Yes | No | No | The email address that the user requested that their password reset be sent to. |
| IpAddress | varchar(40) | Yes | No | No | IP address the request originated from. |
| EmailDidMatchExistingUser | bit | Yes | No | No | Whether an enabled account with the given email address existed at the time of the request. |