protected function _initFields()
 {
     parent::_initFields();
     unset($this->_form->fields['auto_login']);
 }
 protected function _initFields()
 {
     parent::_initFields();
     $this->_form->setModel(new Kwf_Model_FnF());
 }