Revision 4f78c22c snf-astakos-app/conf/20-snf-astakos-app-settings.conf

b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf
68 68
#ASTAKOS_RE_USER_EMAIL_PATTERNS = []
69 69

  
70 70
# Messages to display on login page header
71
# e.g. {'warning': 'This warning message will be displayed on the top of login page'}
72
#ASTAKOS_LOGIN_MESSAGES = {}
71
# e.g. [('warning', 'This warning message will be displayed on the top of login page')]
72
#ASTAKOS_LOGIN_MESSAGES = []
73 73

  
74 74
# Messages to display on signup page header
75
# e.g. {'warning': 'This warning message will be displayed on the top of signup page'}
76
#ASTAKOS_SIGNUP_MESSAGES = {}
75
# e.g. [('warning', 'This warning message will be displayed on the top of signup page')]
76
#ASTAKOS_SIGNUP_MESSAGES = []
77 77

  
78 78
# Messages to display on profile page header
79
# e.g. {'warning': 'This warning message will be displayed on the top of profile pages'}
80
#ASTAKOS_PROFILE_MESSAGES = {}
79
# e.g. [('warning', 'This warning message will be displayed on the top of profile pages')]
80
#ASTAKOS_PROFILE_MESSAGES = []
81 81

  
82 82
# Messages to display on global page header
83
# e.g. {'warning': 'This warning message will be displayed on the top of all pages'}
84
#ASTAKOS_GLOBAL_MESSAGES = {}
83
# e.g. [('warning', 'This warning message will be displayed on the top of all pages')]
84
#ASTAKOS_GLOBAL_MESSAGES = []
85 85

  
86 86
# messages to display as extra actions in account forms
87 87
# e.g. {'https://cms.okeanos.grnet.gr/': 'Back to ~okeanos'}
88
#ASTAKOS_PROFILE_EXTRA_LINKS = {}
88
#ASTAKOS_PROFILE_EXTRA_LINKS = []
89 89

  
90 90
# The number of unsuccessful login requests per minute allowed for a specific email
91 91
#ASTAKOS_RATELIMIT_RETRIES_ALLOWED = 3
......
104 104
#ASTAKOS_QUOTA_HOLDER_URL = ''
105 105

  
106 106
# Set the billing URI
107
#ASTAKOS_AQUARIUM_URL = ''
107
#ASTAKOS_AQUARIUM_URL = ''
108

  
109
# Email subjects configuration. For admin/helper notification emails %(user)s
110
# maps to registered/activated user email.
111
#ASTAKOS_INVITATION_EMAIL_SUBJECT = 'Invitation to %s alpha2 testing' % SITENAME
112
#ASTAKOS_GREETING_EMAIL_SUBJECT = 'Welcome to %s alpha2 testing' % SITENAME
113
#ASTAKOS_FEEDBACK_EMAIL_SUBJECT = 'Feedback from %s alpha2 testing' % SITENAME
114
#ASTAKOS_VERIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activation is needed' % SITENAME
115
#ASTAKOS_ADMIN_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account created (%%(user)s)' % SITENAME
116
#ASTAKOS_HELPDESK_NOTIFICATION_EMAIL_SUBJECT = '%s alpha2 testing account activated (%%(user)s)' % SITENAME
117
#ASTAKOS_EMAIL_CHANGE_EMAIL_SUBJECT = 'Email change on %s alpha2 testing' % SITENAME
118
#ASTAKOS_PASSWORD_RESET_EMAIL_SUBJECT = 'Password reset on %s alpha2 testing' % SITENAME

Also available in: Unified diff