Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
Archive
t3o
my.typo3.org
Commits
27b4eef0
Commit
27b4eef0
authored
Dec 20, 2019
by
Stefan Busemann
Browse files
[TASK] Add spaces after colon
parent
1b9ca08e
Pipeline
#8265
passed with stages
in 25 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_ldap/Classes/Controller/GdprController.php
View file @
27b4eef0
...
...
@@ -175,15 +175,15 @@ class GdprController extends ActionController
we like to inform you, that this
LDAP User:'
.
$data
[
'username'
]
.
'
LDAP User:
'
.
$data
[
'username'
]
.
'
was deleted.
The Server Team is informed, and will remove all further account data (wiki, forge, talk, ...).
OTRS Link of initial Ticket from data privacy officer:'
.
$data
[
'otrs_ticket'
]
.
'
Gitlab Link of typo3.org website team:'
.
$data
[
'gitlab_ticket'
]
.
'
OTRS Link of initial Ticket from data privacy officer:
'
.
$data
[
'otrs_ticket'
]
.
'
Gitlab Link of typo3.org website team:
'
.
$data
[
'gitlab_ticket'
]
.
'
further comment:'
.
$data
[
'comment'
]
.
'
LDAP User deletion was performed by:'
.
$GLOBALS
[
'BE_USER'
]
->
name
.
'
LDAP User deletion was performed by:
'
.
$GLOBALS
[
'BE_USER'
]
->
name
.
'
Your TYPO3 website administration team
'
;
...
...
@@ -204,10 +204,10 @@ class GdprController extends ActionController
Username: '
.
$data
[
'username'
]
.
'
Mail: '
.
$data
[
'email'
]
.
'
OTRS Link of initial Ticket from data privacy officer:'
.
$data
[
'otrs_ticket'
]
.
'
Gitlab Link of typo3.org website team:'
.
$data
[
'gitlab_ticket'
]
.
'
further comment:'
.
$data
[
'comment'
]
.
'
LDAP User deletion was performed by:'
.
$GLOBALS
[
'BE_USER'
]
->
name
.
'
OTRS Link of initial Ticket from data privacy officer:
'
.
$data
[
'otrs_ticket'
]
.
'
Gitlab Link of typo3.org website team:
'
.
$data
[
'gitlab_ticket'
]
.
'
further comment:
'
.
$data
[
'comment'
]
.
'
LDAP User deletion was performed by:
'
.
$GLOBALS
[
'BE_USER'
]
->
name
.
'
Your TYPO3 website administration team'
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment