mirror of
https://github.com/PawelSuwinski/moodle-auth_emailotp.git
synced 2026-05-16 21:41:27 +02:00
otp failure limit revoke threshold
This commit is contained in:
@@ -28,6 +28,12 @@ $string['otpgeneratedtext'] = 'One-time password for current session: {$a->passw
|
||||
$string['otpsentsuccess'] = 'One-time password was sent to given email.';
|
||||
$string['otpsenterror'] = 'An error occurred while sending one-time password.';
|
||||
$string['otpsentinfo'] = 'One-time password for current session was already generated and sent to email.';
|
||||
$string['otpinvalidated'] = 'Previously generated password has been revoked due to exceeding the login failure threshold.';
|
||||
$string['optperioderror'] = 'Minim period after which another password can be generated not preserved. Try again later.';
|
||||
$string['revokethreshold'] = 'Revoke threshold';
|
||||
$string['revokethreshold_help'] = 'Login failures limit causing revoke of the generated password (0 - unlimited).';
|
||||
$string['minrequestperiod'] = 'Minium period';
|
||||
$string['minrequestperiod_help'] = 'A time in seconds after which another password can be generated.';
|
||||
$string['fieldsmapping'] = 'User profile fields mapping';
|
||||
$string['fieldsmapping_pattern'] = 'Pattern';
|
||||
$string['fieldsmapping_pattern_help'] = 'Capturing groups PCRE patttern.';
|
||||
|
||||
Reference in New Issue
Block a user