Created
September 19, 2019 10:45
-
-
Save BlackhawkG7/1c2fcc0d13c1952cdfb03786886e8152 to your computer and use it in GitHub Desktop.
TYPO3 extbase create password hash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$saltFactory = \TYPO3\CMS\Saltedpasswords\Salt\SaltFactory::getSaltingInstance('', 'FE'); | |
$password = $saltFactory->getHashedPassword($user['passwort']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment