Update Changelog
[astakos] / snf-astakos-app / conf / 20-snf-astakos-app-settings.conf
index d49d196..5304184 100644 (file)
@@ -34,7 +34,7 @@
 #ASTAKOS_COOKIE_DOMAIN = None
 #ASTAKOS_COOKIE_SECURE = True
 
-#ASTAKOS_IM_STATIC_URL = '/im/static/im/'
+#ASTAKOS_IM_STATIC_URL = '/static/im/'
 
 # If set to False and invitations not enabled newly created user will be 
 # automatically accepted
 # Set service name
 #ASTAKOS_SITENAME = 'GRNET Cloud'
 
-# Set cloud services appear in the horizontal bar
-#ASTAKOS_CLOUD_SERVICES = (
-#        { 'url':'/', 'name':'grnet cloud', 'id':'cloud', 'icon':'home-icon.png' },
-#        { 'url':'/okeanos.html', 'name':'~okeanos', 'id':'okeanos' },
-#        { 'url':'/ui/', 'name':'pithos+', 'id':'pithos' })
-#
-
 # Set recaptcha keys
 # http://www.google.com/recaptcha/whyrecaptcha 
 #ASTAKOS_RECAPTCHA_PUBLIC_KEY = ''
 #ASTAKOS_RECAPTCHA_PRIVATE_KEY = ''
 #ASTAKOS_RECAPTCHA_OPTIONS = {'theme':'white'}
+#ASTAKOS_RECAPTCHA_USE_SSL = True
+#ASTAKOS_RECAPTCHA_ENABLED = True
+
+# set AstakosUser fields to propagate in the billing system
+#ASTAKOS_BILLING_FIELDS = ['is_active']
+
+# Queue for billing.
+#'rabbitmq://guest:guest@localhost:5672/astakos'
+#QUEUE_CONNECTION = None 
 
 # Set where the user should be redirected after logout
 #ASTAKOS_LOGOUT_NEXT = ''
 
 # Set user email patterns that are automatically activated
-#RE_USER_EMAIL_PATTERNS = getattr(settings, 'ASTAKOS_RE_USER_EMAIL_PATTERNS', [])
+#ASTAKOS_RE_USER_EMAIL_PATTERNS = []
+
+# Messages to display on login page header
+# e.g. {'warning': 'This warning message will be displayed on the top of login page'}
+#ASTAKOS_LOGIN_MESSAGES = {}
+
+# messages to display as extra actions in account forms
+# e.g. {'https://cms.okeanos.grnet.gr/': 'Back to ~okeanos'}
+#ASTAKOS_PROFILE_EXTRA_LINKS = {}
+
+# The number of unsuccessful login requests per minute allowed for a specific email
+#ASTAKOS_RATELIMIT_RETRIES_ALLOWED = 3