Actions
Task #51404
closedMove default salt methods to factory function
Start date:
2013-08-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
To use saltedpasswords in early bootstrap actions it is necessary to move the default salt methods from ext_localconf.php to anywhere else. As the factory is a static class and is used to initialized instances it makes sense to add additional functions for that.
Actions