X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/e7a2ac2173d73507a2fbee3ff999ab2340009be8..c5e33649fd148bcf3b1e82e45aef472a3c47e926:/snf-astakos-app/conf/20-snf-astakos-app-settings.conf~ 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 50e2407..23840d1 100644 --- a/snf-astakos-app/conf/20-snf-astakos-app-settings.conf~ +++ b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf~ @@ -17,9 +17,9 @@ #} # Address to use for outgoing emails -#ASTAKOS_DEFAULT_FROM_EMAIL = 'GRNET Cloud ' +#ASTAKOS_DEFAULT_FROM_EMAIL = 'GRNET Cloud ' #Deprecated: use SERVER_EMAIL instead #ASTAKOS_DEFAULT_CONTACT_EMAIL = 'support@cloud.grnet.gr' -#ASTAKOS_DEFAULT_ADMIN_EMAIL = 'admin@cloud.grnet.gr' +#ASTAKOS_DEFAULT_ADMIN_EMAIL = 'admin@cloud.grnet.gr' #Deprecated: use ADMINS instead # Identity Management enabled modules #ASTAKOS_IM_MODULES = ['local', 'twitter', 'shibboleth'] @@ -82,3 +82,17 @@ ASTAKOS_RECAPTCHA_OPTIONS = {'theme':'clean'} # 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 user +#ASTAKOS_RATELIMIT_RETRIES_ALLOWED = 3 + +# If set to 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) +#ASTAKOS_LOGGING_LEVEL = INFO + +# Set the quota holder component URI +ASTAKOS_QUOTA_HOLDER_URL = '' \ No newline at end of file