From 3d70c98bda64c21d3fc3cb85777787020fb04ad9 Mon Sep 17 00:00:00 2001 From: Constantinos Venetsanopoulos Date: Mon, 26 Nov 2012 14:26:57 +0200 Subject: [PATCH] Change some default values in settings * Disable invitations by default * Disable recaptcha by default * Enable only the 'local' IM module by default --- snf-astakos-app/conf/20-snf-astakos-app-settings.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/snf-astakos-app/conf/20-snf-astakos-app-settings.conf b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf index c99cb9f..9844d5f 100644 --- a/snf-astakos-app/conf/20-snf-astakos-app-settings.conf +++ b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf @@ -22,13 +22,14 @@ #ASTAKOS_DEFAULT_ADMIN_EMAIL = 'admin@cloud.grnet.gr' # Identity Management enabled modules -#ASTAKOS_IM_MODULES = ['local', 'twitter', 'shibboleth'] +# Supported modules are: 'local', 'twitter' and 'shibboleth' +#ASTAKOS_IM_MODULES = ['local'] # Force user profile verification #ASTAKOS_FORCE_PROFILE_UPDATE = True #Enable invitations -#ASTAKOS_INVITATIONS_ENABLED = True +#ASTAKOS_INVITATIONS_ENABLED = False #ASTAKOS_COOKIE_NAME = '_pithos2_a' #ASTAKOS_COOKIE_DOMAIN = None @@ -52,7 +53,7 @@ #ASTAKOS_RECAPTCHA_PRIVATE_KEY = '' #ASTAKOS_RECAPTCHA_OPTIONS = {'theme':'white'} #ASTAKOS_RECAPTCHA_USE_SSL = True -#ASTAKOS_RECAPTCHA_ENABLED = True +#ASTAKOS_RECAPTCHA_ENABLED = False # set AstakosUser fields to propagate in the billing system #ASTAKOS_BILLING_FIELDS = ['is_active'] @@ -115,4 +116,4 @@ # NEWPASSWD_INVALIDATE_TOKEN = getattr(settings, 'ASTAKOS_NEWPASSWD_INVALIDATE_TOKEN', True) # Permit local account migration -# ENABLE_LOCAL_ACCOUNT_MIGRATION = getattr(settings, 'ASTAKOS_ENABLE_LOCAL_ACCOUNT_MIGRATION', True) \ No newline at end of file +# ENABLE_LOCAL_ACCOUNT_MIGRATION = getattr(settings, 'ASTAKOS_ENABLE_LOCAL_ACCOUNT_MIGRATION', True) -- 1.7.10.4