mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
e9e9b41484
commit
e1f6de68a2
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue