APPUSERPASSWORDRESETREQUESTEXCEPTION

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
EMAILADDRESS nvarchar(100) Default = ''
REASONCODE tinyint Default = 0
MESSAGE nvarchar(1000) Default = ''
DATEADDED datetime Default = getdate()
DATECHANGED datetime Default = getdate()
TS timestamp
TSLONG bigint (Computed) yes CONVERT(bigint, TS)
REASON nvarchar(92) (Computed) yes CASE [REASONCODE] WHEN 0 THEN N'Other' WHEN 1 THEN N'Email address not associated with a user' WHEN 2 THEN N'Database email not configured' WHEN 3 THEN N'Self-service password reset not enabled' WHEN 4 THEN N'The email address is associated with a user that has already been linked to a claim identity' END

Foreign Keys

Foreign Key Field Type Null Notes Description
ADDEDBYID uniqueidentifier CHANGEAGENT.ID
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID

Indexes

Index Name Fields Unique Primary Clustered
IX_APPUSERPASSWORDRESETREQUESTEXCEPTION_DATEADDED DATEADDED yes
IX_APPUSERPASSWORDRESETREQUESTEXCEPTION_DATECHANGED DATECHANGED
PK_APPUSERPASSWORDRESETREQUESTEXCEPTION ID yes yes

Triggers

Trigger Name Description
TR_APPUSERPASSWORDRESETREQUESTEXCEPTION_AUDIT_UPDATE
TR_APPUSERPASSWORDRESETREQUESTEXCEPTION_AUDIT_DELETE