X-Git-Url: https://code.grnet.gr/git/astakos/blobdiff_plain/ad956265a537551598698177862b06b5a50f0987..ab51aff1eaea2cd7c46a883c92a6d2daf7dc997c:/snf-astakos-app/conf/20-snf-astakos-app-settings.conf?ds=inline 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 6506337..9a138bf 100644 --- a/snf-astakos-app/conf/20-snf-astakos-app-settings.conf +++ b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf @@ -68,24 +68,24 @@ #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 = {} +# 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 = {} +# 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 = {} +# 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 @@ -99,3 +99,15 @@ # Set the astakos main functions logging severity (None to disable) #from logging import INFO #ASTAKOS_LOGGING_LEVEL = INFO + +# Email subjects configuration. For admin/helper notification emails %(user)s +# maps to registered/activated user email. +#ASTAKOS_INVITATION_EMAIL_SUBJECT = 'Invitation to %s alpha2 testing' % SITENAME +#ASTAKOS_GREETING_EMAIL_SUBJECT = 'Welcome to %s alpha2 testing' % SITENAME +#ASTAKOS_FEEDBACK_EMAIL_SUBJECT = 'Feedback from %s alpha2 testing' % SITENAME +#ASTAKOS_VERIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activation is needed' % SITENAME +#ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account created (%%(user)s)' % SITENAME +#ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activated (%%(user)s)' % SITENAME +#ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT = 'Email change on %s alpha2 testing' % SITENAME +#ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT = 'Password reset on %s alpha2 testing' % SITENAME +