Loading src/UnicaenAuthentification/Service/UserContext.php +2 −2 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ class UserContext extends AbstractService implements EventManagerAwareInterface return $user->getUsername(); } if ($user = $this->getLdapUser()) { return $user->getUsername($this->usenamefield); return $user->getUsername($this->usernamefield); } if ($user = $this->getDbUser()) { return $user->getUsername(); Loading Loading
src/UnicaenAuthentification/Service/UserContext.php +2 −2 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ class UserContext extends AbstractService implements EventManagerAwareInterface return $user->getUsername(); } if ($user = $this->getLdapUser()) { return $user->getUsername($this->usenamefield); return $user->getUsername($this->usernamefield); } if ($user = $this->getDbUser()) { return $user->getUsername(); Loading