2.2.3.13.1 AutomaticPasswordReset Payload

The /AutomaticPasswordReset/Payload element contains the fragment data element specified in section 2.2.2.1.3.

The /fragment/Event/SE/Enc/@EC attribute data before encryption is specified as:

 <xs:schema xmlns:g="urn:groove.net" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:groove.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="fragment">
  <xs:complexType>
   <xs:sequence>
   <xs:element name="AutomaticPasswordResetRequest">
    <xs:complexType>
    <xs:attribute name="AutoPasswordResetBody" type="xs:string" 
        use="required"/>
    <xs:attribute name="AutoPasswordResetSalutation" type="xs:string" 
        use="required"/>
    <xs:attribute name="AutoPasswordResetSubject" type="xs:string" 
        use="required"/>
    <xs:attribute name="CertificatePublicKeyHash" type="xs:base64Binary" 
        use="required"/>
    <xs:attribute name="ContactDisplayName" type="xs:string" use="required"/>
    <xs:attribute name="DigestAlgorithm" type="xs:string" use="required"/>
    <xs:attribute name="EmailAddress" type="xs:string" use="required"/>
    <xs:attribute name="EncryptedMasterKey" type="xs:base64Binary" 
        use="required"/>
    <xs:attribute name="EncryptedSecretMasterKey" type="xs:base64Binary" 
        use="required"/>
    <xs:attribute name="GUID" type="xs:string" use="required"/>
    <xs:attribute name="URL" type="xs:string" use="required"/>
    </xs:complexType>
   </xs:element>
   </xs:sequence>
  </xs:complexType>
  </xs:element>
 </xs:schema>

The following table describes the XML elements and attributes:

XPath

Description

/fragment/AutomaticPasswordResetRequest

Automatic password reset request element

/fragment/ AutomaticPasswordResetRequest/@AutoPasswordResetBody

Password reset instruction that will be displayed to the user

/fragment/ AutomaticPasswordResetRequest/@AutoPasswordResetSalutation

Automatic password reset e-mail salutation

/fragment/ AutomaticPasswordResetRequest/@AutoPasswordResetSubject

Automatic password reset e-mail subject

/fragment/ AutomaticPasswordResetRequest/@CertificatePublicKeyHash

SHA1 hash of the DER-encoded public key from the domain's data recovery certificate.

/fragment/ AutomaticPasswordResetRequest/@ContactDisplayName

Contact display name

/fragment/ AutomaticPasswordResetRequest/@DigestAlgorithm

Digest algorithm

/fragment/ AutomaticPasswordResetRequest/@EmailAddress

E-mail address

/fragment/ AutomaticPasswordResetRequest/@EncryptedMasterKey

Encrypted master key

/fragment/ AutomaticPasswordResetRequest/@EncryptedSecretMasterKey

Encrypted secret master key

/fragment/ AutomaticPasswordResetRequest/@GUID

Account GUID

/fragment/ AutomaticPasswordResetRequest/@URL

Identity URL