aboutsummaryrefslogtreecommitdiffstats
path: root/admin/user_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/user_list.php')
-rw-r--r--admin/user_list.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/user_list.php b/admin/user_list.php
index dd43b0d62..57387f6b1 100644
--- a/admin/user_list.php
+++ b/admin/user_list.php
@@ -194,10 +194,6 @@ if ($conf['double_password_type_in_admin'] == true)
{
$page['errors'][] = l10n('Password confirmation is missing. Please confirm the chosen password.');
}
- else if(empty($_POST['email']))
- {
- $page['errors'][] = l10n('Email address is missing. Please specify an email address.');
- }
else if ($_POST['password'] != $_POST['password_conf'])
{
$page['errors'][] = l10n('The passwords do not match');