Skip to content
Snippets Groups Projects
Unverified Commit 94d04e89 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Update role

parent d93ca77e
No related branches found
No related tags found
No related merge requests found
Pipeline #86555 passed
...@@ -20,7 +20,7 @@ class PersonFromUserItemSubscriber implements EventSubscriberInterface ...@@ -20,7 +20,7 @@ class PersonFromUserItemSubscriber implements EventSubscriberInterface
{ {
$person = $event->getPerson(); $person = $event->getPerson();
$roles = ['ROLE_SCOPE_GREENLIGHT']; $roles = ['ROLE_SCOPE_OFFICIAL-SIGNATURE'];
$person->setExtraData('ldap-roles', $roles); $person->setExtraData('ldap-roles', $roles);
$event->setPerson($person); $event->setPerson($person);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment