Index: trunk/core/units/user_groups/user_groups_config.php =================================================================== diff -u -r7635 -r7855 --- trunk/core/units/user_groups/user_groups_config.php (.../user_groups_config.php) (revision 7635) +++ trunk/core/units/user_groups/user_groups_config.php (.../user_groups_config.php) (revision 7855) @@ -48,8 +48,8 @@ ), 'Fields' => Array( - 'PortalUserId' => Array('type' => 'int'), - 'GroupId' => Array('type' => 'int', 'not_null' => 1, 'default' => 1), + 'PortalUserId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), + 'GroupId' => Array('type' => 'int', 'not_null' => 1, 'default' => 0), 'MembershipExpires' => Array('type' => 'int', 'formatter' => 'kDateFormatter', 'default' => ''), 'PrimaryGroup' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1), 'ExpirationReminderSent' => Array('type' => 'int', 'not_null' => 1, 'default' => 0),