Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_mail
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_mail
Commits
096dbca5
Commit
096dbca5
authored
6 years ago
by
Torsten Oppermann
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Rename enable security setting
parent
cede6c7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Feature security update
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Classes/Service/RegisterService.php
+1
-1
1 addition, 1 deletion
Classes/Service/RegisterService.php
ext_conf_template.txt
+1
-1
1 addition, 1 deletion
ext_conf_template.txt
with
2 additions
and
2 deletions
Classes/Service/RegisterService.php
+
1
−
1
View file @
096dbca5
...
...
@@ -87,7 +87,7 @@ class RegisterService implements \TYPO3\CMS\Core\SingletonInterface {
$extensionConfiguration
=
unserialize
(
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXT'
][
'extConf'
][
'sg_mail'
],
[
'array'
]);
// @TODO remove in version 5.0.0
if
(((
int
)
$extensionConfiguration
[
'
enableSecurity
'
])
===
0
)
{
if
(((
int
)
$extensionConfiguration
[
'
supportOldRegistrations
'
])
===
0
)
{
MailTemplateService
::
registerExtensions
();
}
...
...
This diff is collapsed.
Click to expand it.
ext_conf_template.txt
+
1
−
1
View file @
096dbca5
...
...
@@ -8,4 +8,4 @@ excludeTemplates =
templates =
# cat=general; type=boolean; label=LLL:EXT:sg_mail/Resources/Private/Language/locallang.xlf:configuration.enableSecurity
enableSecurity
= 0
supportOldRegistrations
= 0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment