summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Korpel <marcel.korpel@gmail.com>2015-08-18 17:55:45 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-08-19 09:48:10 +0200
commite1f6de68a2faf585958823ccee35a4f6540c18b8 (patch)
tree550d216ea10b9c0a18f7cd85941e4db2234f65a1
parente9e9b41484fe138f22d1452c98b7386f224517ec (diff)
downloadaur-e1f6de68a2faf585958823ccee35a4f6540c18b8.tar.gz
aur-e1f6de68a2faf585958823ccee35a4f6540c18b8.tar.xz
account_edit_form.php: Warn users to correctly enter their email address
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/template/account_edit_form.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php
index 0aadb9dc..83aedb0d 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>