public function getSha1Password()
 {
     // sha1_password column is deprecated
     KalturaLog::ALERT('Field [sha1_password] on object [kuser] is deprecated - getSha1Password should be removed from schema after migration');
     return parent::getSha1Password();
 }