Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
4cbc158a
Commit
4cbc158a
authored
Feb 06, 2019
by
Marc Egger
Browse files
Password.php: add autoloader
parent
10e0b8a9
Pipeline
#1486
passed with stage
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/typo3/Password.php
View file @
4cbc158a
...
...
@@ -33,6 +33,8 @@ class Password {
//$dataHandler->start([], $cmd);
//$dataHandler->process_cmdmap();
//TODO: Read root path from config
require
__DIR__
.
'/../../../../../../typo3_src/vendor/autoload.php'
;
if
(
\
TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility
::
isUsageEnabled
(
'FE'
))
{
$objSalt
=
\
TYPO3\CMS\Saltedpasswords\Salt\SaltFactory
::
getSaltingInstance
(
NULL
);
...
...
Write
Preview
Markdown
is supported
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