Skip to main content

 Configuration

Configuration manual for PageSeeder

verification-code template

Whenever a member signs in using email code multi-factor authentication, this notification containing the code is sent to their specified email address.

Email headers

NameValue
Auto-Submittedauto-generated
FromPageSeeder (DO NOT REPLY) <pageseeder@emaildomain>
SubjectPageSeeder verification code
ToMember’s specified email address

XML

PageSeeder produces the following XML for the XSLT template:

<notification template="verification-code"
              code="7MG2W8"
              emaildomain="example.org"
              hosturl="https://example.org">

  <!-- The member requesting the code -->
  <member id="12"
          firstname="John"
          lastname="Jones"
          email="jjones@email.com">
    <fullname>John Jones</fullname>
  </member>
</notification>

Usual content

Following is a screenshot of the HTML email:

Email preview – Verification code

Created on , last edited on