Browse Source

user profiles : hide news letter from registration form

Signed-off-by: bachy <git@g-u-i.net>
bachy 12 years ago
parent
commit
739f52c1df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      materio_user_profiles/materio_user_profiles.features.field.inc

+ 2 - 2
materio_user_profiles/materio_user_profiles.features.field.inc

@@ -2016,7 +2016,7 @@ function materio_user_profiles_field_default_fields() {
       'entity_types' => array(),
       'field_name' => 'field_newsletter',
       'field_permissions' => array(
-        'type' => '1',
+        'type' => '2',
       ),
       'foreign keys' => array(),
       'indexes' => array(
@@ -2072,7 +2072,7 @@ function materio_user_profiles_field_default_fields() {
       'required' => 0,
       'settings' => array(
         'entity_translation_sync' => FALSE,
-        'user_register_form' => 1,
+        'user_register_form' => 0,
       ),
       'widget' => array(
         'active' => 1,