Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
576aadbb
Commit
576aadbb
authored
Jul 09, 2017
by
Stefan Busemann
Browse files
[TASK] register hook for password change
parent
711e52a2
Pipeline
#1444
passed with stages
in 4 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/ext_localconf.php
View file @
576aadbb
...
...
@@ -3,3 +3,9 @@ if (!defined('TYPO3_MODE')) {
die
(
'Access denied.'
);
}
#######################################
###
#######################################
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'EXTCONF'
][
'felogin'
][
'password_changed'
][]
=
'FeManagerHooks->writePassword'
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment