--- title: "Forgot Password" description: "" url: "/forgot-password" date: "2026-08-24T04:37:26+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": "" }, { "@type": "ListItem", "position": 2, "name": "Forgot Password", "item": "/forgot-password" } ] } ```