Revision 1930
Added by darkviper over 12 years ago
| initialize.php | ||
|---|---|---|
| 341 | 341 |
'WbOldStyle', |
| 342 | 342 |
(DEBUG ? Translate::CACHE_DISABLED|Translate::KEEP_MISSING : 0) |
| 343 | 343 |
); |
| 344 |
$oPass = Password::getInstance(); |
|
| 345 |
if(defined('PASSWORD_CRYPT_LOOPS')) { $oPass->setIteration(PASSWORD_CRYPT_LOOPS); }
|
|
| 346 |
if(defined('PASSWORD_HASH_TYPES')) { $oPass->setIteration(PASSWORD_HASH_TYPES); }
|
|
| 344 | 347 |
// *** END OF FILE *********************************************************************** |
| 345 | 348 |
|
Also available in: Unified diff
implement class Password and activate it (not implemented for use yet)