MDL-79920 factor_email: String changes for email factor
This commit is contained in:
@@ -43,19 +43,21 @@ $string['error:badcode'] = 'Code was not found. This may be an old link, a new c
|
||||
$string['error:parameters'] = 'Incorrect page parameters.';
|
||||
$string['error:wrongverification'] = 'Wrong code. Try again.';
|
||||
$string['event:unauthemail'] = 'Unauthorised email received';
|
||||
$string['info'] = 'Built-in factor. A verification code is sent to the user\'s email.';
|
||||
$string['info'] = 'You are using email {$a} to authenticate. This has been set up by your site administrator.';
|
||||
$string['logindesc'] = 'We\'ve just sent a 6-digit code to your email: {$a}';
|
||||
$string['loginoption'] = 'Have a code emailed to you';
|
||||
$string['loginskip'] = "I didn't receive a code";
|
||||
$string['loginsubmit'] = 'Continue';
|
||||
$string['logintitle'] = "Verify it's you by email";
|
||||
$string['managefactor'] = 'Manage email';
|
||||
$string['manageinfo'] = '\'{$a}\' is being used to authenticate. This has been set up by your administrator.';
|
||||
$string['pluginname'] = 'Email';
|
||||
$string['privacy:metadata'] = 'The Email factor plugin does not store any personal data';
|
||||
$string['settings:duration'] = 'Validity duration';
|
||||
$string['settings:duration_help'] = 'The period of time that the code is valid.';
|
||||
$string['settings:suspend'] = 'Suspend unauthorised accounts';
|
||||
$string['settings:suspend_help'] = 'Check this to suspend user accounts if an unauthorised email verification is received.';
|
||||
$string['setupfactor'] = 'Email factor setup';
|
||||
$string['setupfactor'] = 'Set up email';
|
||||
$string['summarycondition'] = 'has valid email setup';
|
||||
$string['unauthloginattempt'] = 'The user with ID {$a->userid} made an unauthorised login attempt using email verification from
|
||||
IP {$a->ip} with browser agent {$a->useragent}.';
|
||||
|
||||
Reference in New Issue
Block a user