summaryrefslogtreecommitdiffstats
path: root/config/settings.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-01-17 14:14:12 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-01-17 14:14:12 +0000
commite3618bdbecd9b5d86eb6d2c8c256ba3fcdf05189 (patch)
tree3b54c10eecece6cc2674491a76a4e5e932d82d1e /config/settings.yml
parent7f29c2fd88f271ac59f1c10b90942fec57b35ae2 (diff)
downloadredmine-e3618bdbecd9b5d86eb6d2c8c256ba3fcdf05189.tar.gz
redmine-e3618bdbecd9b5d86eb6d2c8c256ba3fcdf05189.zip
Add support for multiple email addresses per user (#4244).
git-svn-id: http://svn.redmine.org/redmine/trunk@13886 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r--config/settings.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml
index 40e4428f0..a0f920da0 100644
--- a/config/settings.yml
+++ b/config/settings.yml
@@ -36,6 +36,10 @@ unsubscribe:
password_min_length:
format: int
default: 8
+# Maximum number of additional email addresses per user
+max_additional_emails:
+ format: int
+ default: 5
# Maximum lifetime of user sessions in minutes
session_lifetime:
format: int