Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 24... Línea 24...
24
 */
24
 */
Línea 25... Línea 25...
25
 
25
 
26
$string['info'] = 'Check the type of authentication used to log in as an MFA factor.';
26
$string['info'] = 'Check the type of authentication used to log in as an MFA factor.';
27
$string['pluginname'] = 'Authentication type';
27
$string['pluginname'] = 'Authentication type';
-
 
28
$string['privacy:metadata'] = 'The Authentication type factor plugin does not store any personal data.';
28
$string['privacy:metadata'] = 'The Authentication type factor plugin does not store any personal data.';
29
$string['settings:description'] = 'Automatically verify users based on their authentication type.';
29
$string['settings:goodauth'] = 'Factor authentication types';
30
$string['settings:goodauth'] = 'Factor authentication types';
-
 
31
$string['settings:goodauth_help'] = 'Select all authentication types to use as a factor for MFA. Any types not selected will not be treated as a FAIL in MFA.';
30
$string['settings:goodauth_help'] = 'Select all authentication types to use as a factor for MFA. Any types not selected will not be treated as a FAIL in MFA.';
32
$string['settings:shortdescription'] = 'Allow users to bypass extra authentication steps based on their authentication type.';