Changeset 29137
- Timestamp:
- 01/27/09 23:49:25 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/zend_framework/trunk/app/modules/index/services/Users.php
r21260 r29137 345 345 private function _createPassword($plain) 346 346 { 347 $salt = substr(sha1(uniqid(mt_rand(), true)), 0, 2);347 $salt = substr(sha1(uniqid(mt_rand(), true)), 0, 16); 348 348 $password = sha1($salt . $plain) . ':' . $salt; 349 349
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)