Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 21... Línea 21...
21
 * @author      Peter Burnett <peterburnett@catalyst-au.net>
21
 * @author      Peter Burnett <peterburnett@catalyst-au.net>
22
 * @copyright   Catalyst IT
22
 * @copyright   Catalyst IT
23
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
24
 */
Línea 25... Línea 25...
25
 
25
 
26
$string['capability:cannotpassfactor'] = 'STOPS a role from passing the MFA user capability factor.';
26
$string['capability:cannotpassfactor'] = 'Must use other factor in MFA to authenticate';
27
$string['pluginname'] = 'User capability';
27
$string['pluginname'] = 'User capability';
28
$string['privacy:metadata'] = 'The User capability factor plugin does not store any personal data.';
28
$string['privacy:metadata'] = 'The User capability factor plugin does not store any personal data.';
29
$string['settings:adminpasses'] = 'Site admins can pass this factor';
29
$string['settings:adminpasses'] = 'Site admins can pass this factor';
30
$string['settings:adminpasses_help'] = 'By default admins pass all capability checks, including this one which uses \'factor/capability:cannotpassfactor\', which means they will fail this factor.
30
$string['settings:adminpasses_help'] = 'By default admins pass all capability checks, including this one which uses \'factor/capability:cannotpassfactor\', which means they will fail this factor.
31
    If checked then all site admins will pass this factor if they do not have this capability from another role.
31
    If checked then all site admins will pass this factor if they do not have this capability from another role.
-
 
32
    If unchecked site admins will fail this factor.';
-
 
33
$string['settings:description'] = '<p>Use the capability factor/capability:cannotpassfactor to specify which users must use another factor to authenticate.</p>
-
 
34
<p>Allow this capability for selected roles in <a href="roles/manage.php">Define roles</a>.</p>';
32
    If unchecked site admins will fail this factor.';
35
$string['settings:shortdescription'] = 'Specify which users must use other factors to authenticate. Must be combined with other factors.';