Add note for SRSF registration password

This commit is contained in:
patrick 2025-03-13 19:11:47 +00:00
parent d9c2aa38e6
commit 0d5541d3ae

View File

@ -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 <b>registration password</b> in order to create an account.');
echo '<br />';
echo '<br />';
echo "<b><a href='mailto:registration@srsf.ca'>Please contact ASAP registration@srsf.ca if you have not received this password.</a></b>";
echo '<br />';
echo '<br />';
echo '<input type="hidden" name="action" value="login">';
echo i18n('Email Address:') . ' ' . $_SESSION['email'] . '<br />';
echo i18n('Registration Password:');