public function fetchData()
 {
     if ($this->getViewObject()->isForceResetPassword()) {
         $this->defaultLogoff = 'N';
     } else {
         $this->defaultLogoff = 'Y';
     }
     return parent::fetchData();
 }
Esempio n. 2
0
 public function fetchData()
 {
     $result = parent::fetchData();
     unset($result['password']);
     return $result;
 }