---
title: "Login to your Account"
description: ""
url: "https://pathfindervillage.org/login"
date: "2026-08-03T04:11:34+00:00"
language: "en-GB"
---

Username \*

  Password \*  Show

  Remember me

 [ Forgot your password? ](https://pathfindervillage.org/forgot-password) [ Forgot your username? ](https://pathfindervillage.org/login?view=remind)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://pathfindervillage.org"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Login / Logout",
            "item": "https://pathfindervillage.org/login"
        }
    ]
}
```
