Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
7b7d692b
Commit
7b7d692b
authored
Dec 20, 2019
by
Stefan Busemann
Browse files
[TASK] Activate LDAP deletion for users
parent
27b4eef0
Pipeline
#8266
passed with stages
in 24 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_ldap/Classes/Controller/GdprController.php
View file @
7b7d692b
...
...
@@ -229,7 +229,7 @@ class GdprController extends ActionController
throw
$e
;
}
//
$ldap->deleteUser($data['userName']);
$ldap
->
deleteUser
(
$data
[
'userName'
]);
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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