@@ -110,7 +110,7 @@ |
||
110 | 110 | } |
111 | 111 | } |
112 | 112 | $password = $this->_password; |
113 | - $this->_password = ''; //Do not store the Password. |
|
113 | + $this->_password = ''; //Do not store the Password. |
|
114 | 114 | if (!$this->getOwner()->login($this->_username, $password)) { |
115 | 115 | $writer->writeError("Could not Authenticate the user"); |
116 | 116 | $writer->flush(); |