Change some default values in settings
authorConstantinos Venetsanopoulos <cven@grnet.gr>
Mon, 26 Nov 2012 12:26:57 +0000 (14:26 +0200)
committerConstantinos Venetsanopoulos <cven@grnet.gr>
Mon, 26 Nov 2012 12:26:57 +0000 (14:26 +0200)
 * 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

index c99cb9f..9844d5f 100644 (file)
 #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']
 # 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)