Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
10e0b8a9
Commit
10e0b8a9
authored
Feb 03, 2019
by
Carsten Rose
Browse files
Password hashing does not work without T3 environment.
parent
5c08cea2
Pipeline
#1477
passed with stage
in 2 minutes and 31 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extension/Source/core/typo3/Password.php
View file @
10e0b8a9
...
...
@@ -29,6 +29,11 @@ class Password {
// Use md5 as fallback
$password
=
md5
(
$newPassword
);
// $dataHandler = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\DataHandling\DataHandler::class);
//$dataHandler->start([], $cmd);
//$dataHandler->process_cmdmap();
if
(
\
TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility
::
isUsageEnabled
(
'FE'
))
{
$objSalt
=
\
TYPO3\CMS\Saltedpasswords\Salt\SaltFactory
::
getSaltingInstance
(
NULL
);
if
(
is_object
(
$objSalt
))
{
...
...
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