diff --git a/materio_user_profiles/materio_user_profiles.features.field.inc b/materio_user_profiles/materio_user_profiles.features.field.inc index adf15762..71e1940f 100644 --- a/materio_user_profiles/materio_user_profiles.features.field.inc +++ b/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,