Skip to content
Snippets Groups Projects
Commit 096dbca5 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Rename enable security setting

parent cede6c7b
No related branches found
No related tags found
1 merge request!11Feature security update
...@@ -87,7 +87,7 @@ class RegisterService implements \TYPO3\CMS\Core\SingletonInterface { ...@@ -87,7 +87,7 @@ class RegisterService implements \TYPO3\CMS\Core\SingletonInterface {
$extensionConfiguration = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['sg_mail'], ['array']); $extensionConfiguration = unserialize($GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf']['sg_mail'], ['array']);
// @TODO remove in version 5.0.0 // @TODO remove in version 5.0.0
if (((int) $extensionConfiguration['enableSecurity']) === 0) { if (((int) $extensionConfiguration['supportOldRegistrations']) === 0) {
MailTemplateService::registerExtensions(); MailTemplateService::registerExtensions();
} }
......
...@@ -8,4 +8,4 @@ excludeTemplates = ...@@ -8,4 +8,4 @@ excludeTemplates =
templates = templates =
# cat=general; type=boolean; label=LLL:EXT:sg_mail/Resources/Private/Language/locallang.xlf:configuration.enableSecurity # cat=general; type=boolean; label=LLL:EXT:sg_mail/Resources/Private/Language/locallang.xlf:configuration.enableSecurity
enableSecurity = 0 supportOldRegistrations = 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment