mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Treat email headers as string value
https://community.openproject.org/work_packages/OP-19438
This commit is contained in:
@@ -479,12 +479,14 @@ module Settings
|
||||
emails_footer: {
|
||||
default: {
|
||||
"en" => ""
|
||||
}
|
||||
},
|
||||
string_values: true
|
||||
},
|
||||
emails_header: {
|
||||
default: {
|
||||
"en" => ""
|
||||
}
|
||||
},
|
||||
string_values: true
|
||||
},
|
||||
# use email address as login, hide login in registration form
|
||||
email_login: {
|
||||
|
||||
Reference in New Issue
Block a user