Skip to content
Snippets Groups Projects
Commit 00790af8 authored by Igor Biki's avatar Igor Biki
Browse files

EXPHR: Using correct name for ldap service.

parent 7d93c298
No related branches found
No related tags found
3 merge requests!297Feature/istwcms 5983 bulk account creation,!274Draft: ISTWCMS-5551: fixing office hours display,!260Feature/istwcms 5668 a5kulkar rename references to publications
......@@ -141,7 +141,7 @@ class UwAddUsersForm extends FormBase {
$password = str_shuffle($password);
// Do the LDAP lookup.
$person = $this->UWLdap->lookupPerson($user);
$person = $this->uwLdap->lookupPerson($user);
if (!$person) {
$this->messenger()->addError($this->t('The user ID <em>@user</em> could not be found (or was set to private) and was skipped.', ['@user' => $user]));
continue;
......
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