нашел в коде админки :)
$this->setDefaultProperties( array( 'active' => true, 'passwordnotifymethod' => 'w', // e - слать на mail, s - уведомление в окно, w- мне просто не надо ни то ни то 'passwordgenmethod' => 'spec', // ручной ввод пароля 'specifiedpassword' => $this->getProperty('password'), 'confirmpassword' => $this->getProperty('password_confirm'), ) );