protected function _init()
 {
     parent::_init();
     $this->renderers['access'] = 'renderCSVList';
     // renderCSVList is a mixin method from app\mixins\ReusableFormRenderers
     $this->input['password'] = '';
 }