function addInfo($key, $val = null) { if ($key == 'password') { return $this; } // skip password field return parent::addInfo($key, $val); }