Update default config file and Changelog
authorKostas Papadimitriou <kpap@grnet.gr>
Mon, 11 Jun 2012 10:38:00 +0000 (13:38 +0300)
committerKostas Papadimitriou <kpap@grnet.gr>
Mon, 11 Jun 2012 10:38:00 +0000 (13:38 +0300)
snf-astakos-app/Changelog
snf-astakos-app/conf/20-snf-astakos-app-settings.conf

index 48873a3..79937ac 100644 (file)
@@ -1,6 +1,7 @@
 Changelog
 ---------
 
+
 v0.6
 ^^^^
 - Fixed default values in cloudbar sample conf file
@@ -20,8 +21,10 @@ v0.6
 - New feedback api call
 - Save the date user activation sent
 - Save email returned by shibboleth
-- Add logging for main astakos functionality (logging level controlled by ASTAKOS_LOGGING_LEVEL) 
-- Email change mechanism (enabled by ASTAKOS_EMAILCHANGE_ENABLED -- disabled by default)
+- Add logging for main astakos functionality.
+  Logging level controlled by ASTAKOS_LOGGING_LEVEL setting.
+- Email change mechanism
+  Enabled using ASTAKOS_EMAILCHANGE_ENABLED setting (disabled by default)
 
 
 v0.5.1
index 5304184..eec64a1 100644 (file)
 # The number of unsuccessful login requests per minute allowed for a specific email
 #ASTAKOS_RATELIMIT_RETRIES_ALLOWED = 3
 
+# If False the email change mechanism is disabled
+#ASTAKOS_EMAILCHANGE_ENABLED = False
+
+# Set the expiration time (in days) of email change requests
+#ASTAKOS_EMAILCHANGE_ACTIVATION_DAYS = 10
+
+# Set the astakos main functions logging severity (None to disable)
+#from logging import INFO
+#ASTAKOS_LOGGING_LEVEL = INFO