From 9f860b23941793653db7de7a0170d36a35937c96 Mon Sep 17 00:00:00 2001 From: Brylie Christopher Oxley <brylie@protonmail.com> Date: Wed, 13 Nov 2024 20:38:05 +0200 Subject: [PATCH] Add password reset note (#1135) --- accounts/templates/registration/password_reset_form.html | 1 + 1 file changed, 1 insertion(+) diff --git a/accounts/templates/registration/password_reset_form.html b/accounts/templates/registration/password_reset_form.html index f168ff1e7..e9fe7109e 100644 --- a/accounts/templates/registration/password_reset_form.html +++ b/accounts/templates/registration/password_reset_form.html @@ -3,6 +3,7 @@ {% block content %} <h1>Password reset</h1> + <p><em>PLEASE NOTE:</em><br/> If you do not receive a password-reset message promptly after submitting this form, then please instead try registering for a new account on our website.</p> <div class="row"> <div class="col-md-6"> <form method="post" action="">