Signed-off-by: Marcel Korpel <[email protected]>
---
web/template/account_edit_form.php | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/web/template/account_edit_form.php
b/web/template/account_edit_form.php
index 0aadb9d..83aedb0 100644
--- a/web/template/account_edit_form.php
+++ b/web/template/account_edit_form.php
@@ -72,6 +72,10 @@
<input type="text" size="30" maxlength="64" name="E"
id="id_email" value="<?= htmlspecialchars($E,ENT_QUOTES) ?>" /> (<?=
__("required") ?>)
</p>
+ <p>
+ <em><?= __("Please ensure you correctly entered your
email address, otherwise you will be locked out.") ?></em>
+ </p>
+
<?php if ($A == "UpdateAccount"): ?>
<p>
<label for="id_passwd1"><?= __("Password") ?>:</label>
--
2.5.0