]> gitweb.fluxo.info Git - drupal/muamba.git/commitdiff
Adding logintoboggan config
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Oct 2011 01:15:58 +0000 (23:15 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Oct 2011 01:15:58 +0000 (23:15 -0200)
features/muamba_interface/muamba_interface.info
features/muamba_interface/muamba_interface.strongarm.inc

index 528c9f6a59be7d3656168e3440f03fb73866d8ea..d20af594883e89e21f3d425e53ebd9caeabf37a5 100644 (file)
@@ -56,6 +56,17 @@ features[variable][] = "colorbox_text_start"
 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"
index b12cf1ead62262f96ffaf55687f85f1208f13f0e..e0bc43a740ec421dfe47fff4b19039e4f5999357 100644 (file)
@@ -251,6 +251,83 @@ node/*/edit';
   $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;