---
title: "Login to your Account"
description: "Login and Logout of your registered account on our site."
url: "https://mercy.mspwebsite.com/home/login-logout?view=remind"
date: "2026-06-27T13:18:09+00:00"
language: "en-GB"
---

Please enter the email address associated with your User account. Your username will be emailed to the email address on file. Email Address \*

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://mercy.mspwebsite.com"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://mercy.mspwebsite.com/"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Login / Logout",
            "item": "https://mercy.mspwebsite.com/home/login-logout"
        }
    ]
}
```
