aboutsummaryrefslogtreecommitdiff
path: root/features/muamba_interface/muamba_interface.strongarm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'features/muamba_interface/muamba_interface.strongarm.inc')
-rw-r--r--features/muamba_interface/muamba_interface.strongarm.inc77
1 files changed, 77 insertions, 0 deletions
diff --git a/features/muamba_interface/muamba_interface.strongarm.inc b/features/muamba_interface/muamba_interface.strongarm.inc
index b12cf1e..e0bc43a 100644
--- a/features/muamba_interface/muamba_interface.strongarm.inc
+++ b/features/muamba_interface/muamba_interface.strongarm.inc
@@ -254,6 +254,83 @@ node/*/edit';
$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;
$strongarm->name = 'site_mail';
$strongarm->value = 'muamba@sarava.org';
$export['site_mail'] = $strongarm;