aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bootstrap/comments/backend/classes/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/comments/backend/classes/settings.php b/bootstrap/comments/backend/classes/settings.php
index bda25e1..3264b1f 100644
--- a/bootstrap/comments/backend/classes/settings.php
+++ b/bootstrap/comments/backend/classes/settings.php
@@ -61,7 +61,7 @@ class Settings extends Secrets
public $fieldOptions = array (
'name' => true,
'password' => false,
- 'email' => true,
+ 'email' => false,
'website' => false
);