diff --git a/register_participants.php b/register_participants.php
index 71314196..c30eaaea 100644
--- a/register_participants.php
+++ b/register_participants.php
@@ -213,6 +213,9 @@ if (get_value_from_array($_POST, 'action') == 'login' && (get_value_from_array($
echo i18n('Participant registration is protected by a password. You must know the registration password in order to create an account.');
echo ' ';
echo ' ';
+ echo "Please contact ASAP registration@srsf.ca if you have not received this password.";
+ echo ' ';
+ echo ' ';
echo '';
echo i18n('Email Address:') . ' ' . $_SESSION['email'] . ' ';
echo i18n('Registration Password:');