system/PwdResetRequests

A collection of requests for recovering forgotten passwords.

Created by the mware microservice. It is also used by the ws microservice when servicing requests to the /rest/v1/iam/pwd_reset_requests.

Contained only in the master domain.

Storage Type: runtime.

Table 1. Class fields
Field Description

id

Identifier

remoteIp

IP-the address of the initiator of the request.

status

Request Status:

  • initial - the request has been created.

  • sent - letter sent.

  • error - mailing error.

statusText

Error text.

key

The key (login or email address) passed for identification.

domain

The domain of the user detected by the key.

userId

The identifier of the user detected by the key.

userLogin

Login of the user detected by the key.

email

Email detected by the user’s key.

url

URL password reset page.

ts

Timestamp of request creation/modification.

ttl

The lifetime of the request in seconds. It is counted from the moment of creation or last modification (field 'ts'). When it expires, the request is automatically deleted.