Skip to content

Commit

Permalink
[TASK] Add missing fe_login hooks to docs
Browse files Browse the repository at this point in the history
Add the missing documentation of the hooks

 * `password_changed` added in TYPO3 4.3
 * `login_error` added in TYPO3 6.0

Releases: master, 9.5, 8.7
Resolves: #88131
Related: #87726, #29698
Change-Id: I0dc875a399da58e13b15225e173392565c64bb03
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60527
Tested-by: Stephan Großberndt <stephan.grossberndt@typo3.org>
Tested-by: Tobi Kretschmann <tobi@tobishome.de>
Tested-by: TYPO3com <noreply@typo3.com>
Reviewed-by: Stephan Großberndt <stephan.grossberndt@typo3.org>
Reviewed-by: Tobi Kretschmann <tobi@tobishome.de>
  • Loading branch information
Stephan Großberndt authored and d3pendent committed Apr 23, 2019
1 parent 560f004 commit cf623c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions typo3/sysext/felogin/Documentation/Hooks/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ $GLOBALS['TYPO3\_CONF\_VARS']['EXTCONF']['felogin']['postProcContent']
$GLOBALS['TYPO3\_CONF\_VARS']['EXTCONF']['felogin']['login\_confirmed']
Hook for general actions after login has been confirmed

$GLOBALS['TYPO3\_CONF\_VARS']['EXTCONF']['felogin']['login\_error']
Hook for general actions on login error

$GLOBALS['TYPO3\_CONF\_VARS']['EXTCONF']['felogin']['loginFormOnSubmitFuncs']
This Hook is used by kb\_md5fepw extension to set hidden
fields and onsubmit-scripts
This hook can be used to set hidden fields and onsubmit-scripts

$GLOBALS['TYPO3\_CONF\_VARS']['EXTCONF']['felogin']['logout\_confirmed']
Hook for general actions after logout has been confirmed

$GLOBALS['TYPO3\_CONF\_VARS']['EXTCONF']['felogin']['forgotPasswordMail ']
Hook to change the contents of the forgot password mail

$GLOBALS['TYPO3\_CONF\_VARS']['EXTCONF']['felogin']['password\_changed']
Receives an array containing the user and the newPassword.

0 comments on commit cf623c4

Please sign in to comment.