---
title: "reset-password-complete"
source: https://dev.pageseeder.com/guide/configuration/emails/templates/reset-password-complete.html
last_updated: 2026-08-07T17:09:54+10:00
tokens: ~363
---

# 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.

> **Obsolete:** 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:

| Name | Value |
| --- | --- |
| `Auto-Submitted` | `auto-generated` |
| `From` | `PageSeeder (DO NOT REPLY) <pageseeder@emaildomain>` |
| `Subject` | `PAGESEEDER: Password Reset` |
| `To` | Email address of user |

## XML

PageSeeder produces the following XML for the XSLT template.:

```xml

<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](/content/guide/configuration/emails/templates/../../../../images/email/reset-password-complete.webp)

