Commit 8d4bbb073c42927866ed91de02d9afc8d09ff2f1
1 parent
91f54232
removed password from info logging
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1669 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/authentication/Authenticator.inc
| @@ -38,7 +38,7 @@ class Authenticator { | @@ -38,7 +38,7 @@ class Authenticator { | ||
| 38 | 38 | ||
| 39 | if ($this->checkPassword($sUserName, $sPassword)) { | 39 | if ($this->checkPassword($sUserName, $sPassword)) { |
| 40 | 40 | ||
| 41 | - $default->log->info("Authenticator::login authenticated ($sUserName, $sPassword), id=$iUserID"); | 41 | + $default->log->info("Authenticator::login authenticated $sUserName, id=$iUserID"); |
| 42 | if ($iUserID) { | 42 | if ($iUserID) { |
| 43 | // add this to the return array | 43 | // add this to the return array |
| 44 | $aUserDetails["userID"] = $iUserID; | 44 | $aUserDetails["userID"] = $iUserID; |