Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleResult
collapsetrue
{
data: {
pending: false
},
statusFact: {
success: true
}
}

Password Reset Request Confirmation

Current Implementation

This operation checks whether a particular user has a pending 'password/pin reset' operation.

This operation performs the following actions:

  1. Check if an entry in PasswordResetRequest table exists for a provided email and token.

The output of this operation is:

  1. A 'success' status of 'false' and a corresponding 'failMessage' if:
    1. There is some internal error in the operation
  2. A 'success' status of 'true' if the operation was successfully completed in addition to the following information:
    1. pending: boolean value specifying whether a pending operation exits or not.

Parameters

Base URL: /passwordReset/init
Parameters: