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
d7075921
Commit
d7075921
authored
Sep 14, 2018
by
Stefan Busemann
Browse files
Merge branch 'bugfix/use-direct-hashing-method' into 'develop'
Use hashing method directly See merge request
!98
parents
484aa6c2
0bbe0c6d
Pipeline
#5243
passed with stages
in 7 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Classes/Hooks/FeManagerHooks.php
View file @
d7075921
...
...
@@ -214,7 +214,7 @@ class FeManagerHooks
$objectManager
=
GeneralUtility
::
makeInstance
(
ObjectManager
::
class
);
$userRepository
=
$objectManager
->
get
(
\
In2code\Femanager\Domain\Repository\UserRepository
::
class
);
$plainTextPassword
=
$user
->
getPassword
();
\
In2code\Femanager\Utility\UserUtility
::
convert
Password
(
$user
,
''
);
\
In2code\Femanager\Utility\UserUtility
::
hash
Password
(
$user
,
''
);
$userRepository
->
add
(
$user
);
$this
->
persistenceManager
->
persistAll
();
...
...
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