Commit ec4628f9 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Réparation de l'usurpation d'un individu

parent c6bea5ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ class UtilisateurController extends \UnicaenAuth\Controller\UtilisateurControlle
            $shibService->activateUsurpation($fromShibUser, $toShibUser);
        }

        $authenticationService->getStorage()->write($individuId);
        $authenticationService->getStorage()->write($utilisateur->getId());

        return $this->redirect()->toRoute('home');
    }