Project

General

Profile

« Previous | Next » 

Revision 1930

Added by darkviper almost 11 years ago

implement class Password and activate it (not implemented for use yet)

View differences:

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