Guest User

Untitled

a guest
Oct 23rd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. AuthenticationController::authenticateAction{
  2.  
  3. $authenticated = FALSE;
  4. try {
  5. $this->authenticationManager->authenticate();
  6. $authenticated = TRUE; //// HIER wird bei mir true gesetzt
  7. } catch (\TYPO3\FLOW3\Security\Exception\AuthenticationRequiredException $exception) {
  8. wenn logindaten inkorrekt sind wird goarnix ausgeworfen.
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment