Skip to content

Commit

Permalink
- added todo note .. not sure who told me this .. but someone reporte…
Browse files Browse the repository at this point in the history
…d some issues in the password encryption

git-svn-id: http://svn.php.net/repository/pear/packages/LiveUser_Admin/trunk@218209 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Lukas Smith committed Aug 15, 2006
1 parent 8221166 commit cff01ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Auth/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ function encryptPW($plainPW)
*/
function addUser($data)
{
// todo: does this work?
if (array_key_exists('passwd', $data)) {
$data['passwd'] = $this->encryptPW($data['passwd']);
}
Expand Down

0 comments on commit cff01ba

Please sign in to comment.