public function loadDefaultPrivileges()
 {
     /**
      * Only add the nologin role, as the others should come from the database when it is initialized
      */
     $this->_acl->addPrivilege('nologin', 'pr.contact.bugs', 'pr.contact.support', 'pr.nologin');
 }