[aur-dev] [PATCH] account_edit_form.php: Warn users to correctly enter their email address
Marcel Korpel
marcel.korpel at gmail.com
Tue Aug 18 15:55:45 UTC 2015
Signed-off-by: Marcel Korpel <marcel.korpel at gmail.com>
---
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
More information about the aur-dev
mailing list