Skip to main content

 Configuration

Configuration manual for PageSeeder

reset-password-complete template

This email is sent to a user after their password details have reset.

It contains their new password to sign in to PageSeeder.

From PageSeeder 5.9, this template is no longer supported! It is no longer possible to send users their passwords when they have been automatically generated or assigned by an administrator.

Email headers

This message sets the following headers by default:

NameValue
Auto-Submittedauto-generated
FromPageSeeder (DO NOT REPLY) <pageseeder@emaildomain>
SubjectPAGESEEDER: Password Reset
ToEmail address of user

XML

PageSeeder produces the following XML for the XSLT template.:

<notification template="reset-password-complete"
              description="Reset password completed"
              password="as541dsf"
              emaildomain="ps.pageseeder.com"
              hosturl="https://ps.pageseeder.com">

  <!-- The member whose password was reset -->
  <member id="12"
          firstname="John"
          lastname="Jones"
          email="jjones@email.com"
          username="jjones"
          status="activated">
    <fullname>John Jones</fullname>
  </member>

</notification>

Usual content

Following is a screenshot of the HTML email:

reset-password-complete.png

Created on , last edited on