mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'wip_MDL-47834_m29_concurrentlogins' of https://github.com/skodak/moodle
This commit is contained in:
commit
3111b66fbd
7 changed files with 191 additions and 0 deletions
|
@ -107,6 +107,8 @@ $string['informminpasswordupper'] = 'at least {$a} upper case letter(s)';
|
|||
$string['informpasswordpolicy'] = 'The password must have {$a}';
|
||||
$string['instructions'] = 'Instructions';
|
||||
$string['internal'] = 'Internal';
|
||||
$string['limitconcurrentlogins'] = 'Limit concurrent logins';
|
||||
$string['limitconcurrentlogins_desc'] = 'If enabled the number of concurrent browser logins for each user is restricted. The oldest session is terminated after reaching the limit, please note that users may lose all unsaved work. This setting is not compatible with single sign-on (SSO) authentication plugins.';
|
||||
$string['locked'] = 'Locked';
|
||||
$string['authloginviaemail'] = 'Allow login via email';
|
||||
$string['authloginviaemail_desc'] = 'Allow users to use both username and email address (if unique) for site login.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue