Update default config file and Changelog
[astakos] / snf-astakos-app / conf / 20-snf-astakos-app-settings.conf
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