Loading module/Application/src/Application/Controller/UtilisateurController.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); } Loading Loading
module/Application/src/Application/Controller/UtilisateurController.php +1 −1 Original line number Diff line number Diff line Loading @@ -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'); } Loading