mishamx / yii-user

Yii PHP Framework extension for registration and management users accounts.
http://yii-user.2mx.org/
186 stars 154 forks source link

Support crypt function #80

Open rantoniuk opened 10 years ago

rantoniuk commented 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

rantoniuk commented 10 years ago

Forking for pull request.