X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/35f8ccf122cec7fcb4f970052cd2b702efe4c8bc..refs/heads/roles:/snf-astakos-app/conf/20-snf-astakos-app-settings.conf?ds=sidebyside 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 5304184..38ac2dd 100644 --- a/snf-astakos-app/conf/20-snf-astakos-app-settings.conf +++ b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf @@ -68,13 +68,34 @@ #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 = {} +# e.g. [('warning', 'This warning message will be displayed on the top of login page')] +#ASTAKOS_LOGIN_MESSAGES = [] + +# Messages to display on signup page header +# e.g. [('warning', 'This warning message will be displayed on the top of signup page')] +#ASTAKOS_SIGNUP_MESSAGES = [] + +# Messages to display on profile page header +# e.g. [('warning', 'This warning message will be displayed on the top of profile pages')] +#ASTAKOS_PROFILE_MESSAGES = [] + +# Messages to display on global page header +# e.g. [('warning', 'This warning message will be displayed on the top of all pages')] +#ASTAKOS_GLOBAL_MESSAGES = [] # messages to display as extra actions in account forms # e.g. {'https://cms.okeanos.grnet.gr/': 'Back to ~okeanos'} -#ASTAKOS_PROFILE_EXTRA_LINKS = {} +#ASTAKOS_PROFILE_EXTRA_LINKS = [] # 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