Skip to content

Commit

Permalink
On Reset password page, give extra info on how to reset
Browse files Browse the repository at this point in the history
  • Loading branch information
bartwr committed Apr 3, 2024
1 parent 229fb14 commit 926d786
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions src/pages/reset-password/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,19 @@ const Login: NextPage = () => {
</PageTitle>

<div>
Ben je je wachtwoord vergeten? Neem dan contact op met <a href="mailto:[email protected]?subject=VeiligStallen wachtwoord vergeten" className="underline">[email protected]</a> en vraag om een nieuw wachtwoord.
<p className="my-2">
Ben je je wachtwoord vergeten? Neem dan contact op met <a href="mailto:[email protected]?subject=VeiligStallen wachtwoord vergeten" className="underline">[email protected]</a> en vraag om een nieuw wachtwoord.
</p>
<p className="my-2 mt-6">
Of:
</p>
<ol className="my-2">
<li className="list-decimal ml-4">Ga naar <a href="https://fms.veiligstallen.nl/security/login.cfm" className="underline" target="_blank">fms.veiligstallen.nl</a></li>
<li className="list-decimal ml-4">Klik op <b>Wachtwoord vergeten?</b></li>
<li className="list-decimal ml-4">Vul je e-mailadres in</li>
<li className="list-decimal ml-4">Klik op <b>Verzenden</b></li>
<li className="list-decimal ml-4">Log daarna <a href="/login" className="underline">hier</a> in</li>
</ol>
</div>
</div>

Expand All @@ -128,7 +140,7 @@ const Login: NextPage = () => {
</div>

</div>
</div>
</div >
</>
);
};
Expand Down

0 comments on commit 926d786

Please sign in to comment.