Table

cm_password_reset_tokens

Description

Password Reset Tokens

PluginPassword Authenticator

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


password_authenticator_idinteger, foreign keyPassword Authenticator IDcm_password_authenticators:id
co_person_idinteger, primary keyCO Person IDcm_co_people:id

token

varchar(48)

Password Reset Token



recipientsvarchar(256)Email Address(es) to which the reset message was sentRFC 4524 inetOrgPerson, comma separated if multiple
expirestimestampTime after which Password Reset Token is no longer valid

  • No labels