Revision 60e78c99 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

Also available in: Unified diff