Reporte de seguridad sobre rol del usuario por defecto

De MoodleDocs
La versión para imprimir ya no se admite y puede contener errores de representación. Actualiza los marcadores del navegador y utiliza en su lugar la función de impresión predeterminada del navegador.

Nota: Pendiente de Traducir. ¡Anímese a traducir esta página!.     ( y otras páginas pendientes)

Rol por defecto para todos los usuarios

In general the default role for all users should be set to authenticated user. Normally all permissions for the role of authenticated user should be left as default.

El rol por defecto está definido incorrectamente

If the security overview report shows the default role for all users with status 'Critical' and states that 'The default user role "Authenticated user" is incorrectly defined!' it means that one or more risky capabilities are allowed for the role.

En Moodle 2.9 a 2.9.2, si su sitio está habilitado para acceso con App Moodle Mobile, entonces estarán habilitados los Servicios web móviles y las capacidades webservice/xmlrpc:use y webservice/rest:use estarán permitidas para el rol por defecto de de usuario autenticado. El reporte de vista general de seguridad mostrará el rol por defecto para todos los usuarios con un estatus de 'Critical (Crítico)' en este caso. Este mensaje erróneo ya no es mostrado en Moodle 2.9.3 en adelante.

Revisar los permisos del rol de usuario autenticado

The permissions for the role of authenticated user can be reviewed as follows:

  1. Go to Administration > Site administration > Users > Permissions > Define roles
  2. In the role column, click the link 'Authenticated user'
  3. Browse the permissions column

If there is no reason for changing permissions from default, for example if nobody is using the Moodle Mobile app to access your site, then the role can be reset by clicking the reset button at the top of the page.

After resetting the authenticated user role, the security overview report will show the default role for all users with status OK.

Vea también