---
title: "Forgot Password"
description: ""
url: "https://pathfindervillage.org/forgot-password"
date: "2026-06-23T01:40:07+00:00"
language: "en-GB"
---

Please enter the email address for your account. A verification code will be sent to you. Once you have received the verification code, you will be able to choose a new password for your account.

  Email Address \*

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://pathfindervillage.org"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Forgot Password",
            "item": "https://pathfindervillage.org/forgot-password"
        }
    ]
}
```
