features[variable][] = "colorbox_text_stop"
features[variable][] = "colorbox_transition_speed"
features[variable][] = "colorbox_transition_type"
+features[variable][] = "logintoboggan_confirm_email_at_registration"
+features[variable][] = "logintoboggan_immediate_login_on_register"
+features[variable][] = "logintoboggan_login_successful_message"
+features[variable][] = "logintoboggan_login_with_email"
+features[variable][] = "logintoboggan_minimum_password_length"
+features[variable][] = "logintoboggan_override_destination_parameter"
+features[variable][] = "logintoboggan_pre_auth_role"
+features[variable][] = "logintoboggan_purge_unvalidated_user_interval"
+features[variable][] = "logintoboggan_redirect_on_confirm"
+features[variable][] = "logintoboggan_redirect_on_register"
+features[variable][] = "logintoboggan_unified_login"
features[variable][] = "site_mail"
features[variable][] = "site_name"
features[variable][] = "theme_default"
$strongarm->value = 'elastic';
$export['colorbox_transition_type'] = $strongarm;
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_confirm_email_at_registration';
+ $strongarm->value = '0';
+ $export['logintoboggan_confirm_email_at_registration'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_immediate_login_on_register';
+ $strongarm->value = 1;
+ $export['logintoboggan_immediate_login_on_register'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_login_successful_message';
+ $strongarm->value = '0';
+ $export['logintoboggan_login_successful_message'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_login_with_email';
+ $strongarm->value = '1';
+ $export['logintoboggan_login_with_email'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_minimum_password_length';
+ $strongarm->value = '0';
+ $export['logintoboggan_minimum_password_length'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_override_destination_parameter';
+ $strongarm->value = 1;
+ $export['logintoboggan_override_destination_parameter'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_pre_auth_role';
+ $strongarm->value = '2';
+ $export['logintoboggan_pre_auth_role'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_purge_unvalidated_user_interval';
+ $strongarm->value = '0';
+ $export['logintoboggan_purge_unvalidated_user_interval'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_redirect_on_confirm';
+ $strongarm->value = '';
+ $export['logintoboggan_redirect_on_confirm'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_redirect_on_register';
+ $strongarm->value = '';
+ $export['logintoboggan_redirect_on_register'] = $strongarm;
+
+ $strongarm = new stdClass;
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_unified_login';
+ $strongarm->value = 0;
+ $export['logintoboggan_unified_login'] = $strongarm;
+
$strongarm = new stdClass;
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;