Open rantoniuk opened 10 years ago
PHP is now having a good crypt function that supports blowfish. yii-user should support crypt() in addition to sha1 and md5, and in fact use it as default.
http://pl1.php.net/manual/en/function.crypt.php
Forking for pull request.
PHP is now having a good crypt function that supports blowfish. yii-user should support crypt() in addition to sha1 and md5, and in fact use it as default.
http://pl1.php.net/manual/en/function.crypt.php