Loading src/UnicaenAuth/Controller/AuthController.php +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ class AuthController extends AbstractActionController $form->initFromRequest($request); // si le formulaire POSTé ne possède aucun champ identifiant, on va directement à authenticateAction() if ($request->isPost() and ! $request->getPost()->get('identity')) { if ($request->isPost() and ! $request->getPost()->offsetExists('identity')) { return $this->redirect()->toRoute('zfcuser/authenticate', [], ['query' => $this->params()->fromQuery()], true); } Loading Loading
src/UnicaenAuth/Controller/AuthController.php +1 −1 Original line number Diff line number Diff line Loading @@ -137,7 +137,7 @@ class AuthController extends AbstractActionController $form->initFromRequest($request); // si le formulaire POSTé ne possède aucun champ identifiant, on va directement à authenticateAction() if ($request->isPost() and ! $request->getPost()->get('identity')) { if ($request->isPost() and ! $request->getPost()->offsetExists('identity')) { return $this->redirect()->toRoute('zfcuser/authenticate', [], ['query' => $this->params()->fromQuery()], true); } Loading