소스 검색

fix the error on failed login attempt

Olivier Massot 1 년 전
부모
커밋
9d5da19dd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ot_connect/ext_localconf.php

+ 1 - 1
ot_connect/ext_localconf.php

@@ -28,4 +28,4 @@ $GLOBALS['TYPO3_CONF_VARS']['SVCONF']['auth']['setup']['FE_alwaysAuthUser'] = tr
 $GLOBALS['TYPO3_CONF_VARS']['BE']['showRefreshLoginPopup'] = 1;
 
 $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['postLoginFailureProcessing'][] =
-    \Opentalent\OtConnect\Hooks\PostLoginFailureProcessingHook::class;
+    \Opentalent\OtConnect\Hooks\PostLoginFailureProcessingHook::class . '->postLoginFailureProcessing';