Skip to main content
Skip table of contents

PCAS_CredentialRecoveryToken (ver6.2.0)

Used for the recovering a forgotten password/credential via self-service recovery feature, stores the temporally generated password recovery token.

Column Name

Initial Version

Data Type

Description

PCAS_AccountID

6.2.0

Number(19)

A unique identifier for an account used by the Pearson Central Authentication Server. The internal ID for the PCAS_Account record to which the record is associated. Indexed. Required.

PCAS_CredentialRecoveryTokenID

6.2.0

Number(19)

A unique identifier for a credential recovery token. Indexed. Required.

Token

6.2.0

Varchar2(30)

An auto generated token that can be used to reset a forgotten password/credential. This token is issued for an account and it is only valid for one time or one hour, whichever comes first. Required.

WhenCreated

6.2.0

Timestamp(6)

The date and time the record was created. Defaults to system date.

WhenModified

6.2.0

Timestamp(6)

The date and time the record was modified. Defaults to system date.

WhoCreated

6.2.0

Varchar2(100)

The name of the person who created the record. Defaults to user.

WhoModified

6.2.0

Varchar2(100)

The name of person who modified the record. Defaults to user.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.