From 739f52c1dfe67b9b78abfc0b60ddf83f3614d76d Mon Sep 17 00:00:00 2001 From: bachy Date: Fri, 8 Feb 2013 14:54:28 +0100 Subject: [PATCH] user profiles : hide news letter from registration form Signed-off-by: bachy --- .../materio_user_profiles.features.field.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,