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
.
Field | Description |
---|---|
|
Identifier |
|
IP-the address of the initiator of the request. |
|
Request Status:
|
|
Error text. |
|
The key (login or email address) passed for identification. |
|
The domain of the user detected by the key. |
|
The identifier of the user detected by the key. |
|
Login of the user detected by the key. |
|
Email detected by the user’s key. |
|
URL password reset page. |
|
Timestamp of request creation/modification. |
|
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. |