ソースを参照

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';