Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
Archive
t3o
my.typo3.org
Commits
db77a78d
Commit
db77a78d
authored
Aug 04, 2019
by
Thomas Löffler
Browse files
Fix php empty line
parent
0a9cd4f4
Pipeline
#7403
passed with stages
in 2 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_ldap/Classes/Connectors/Ldap.php
View file @
db77a78d
...
...
@@ -552,7 +552,6 @@ class Ldap implements \Psr\Log\LoggerAwareInterface
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\Core\Crypto\PasswordHashing\PasswordHashFactory
::
class
)
->
get
(
$passwordString
,
'FE'
);
$isSalted
=
true
;
}
catch
(
\
TYPO3\CMS\Core\Crypto\PasswordHashing\InvalidPasswordHashException
$e
)
{
}
return
$isSalted
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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