mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-30140 alternative way to select user when adding a token. When more than 500 users we display a text box instead of a select box
This commit is contained in:
parent
42f6b3f1d7
commit
f1f31c1d06
2 changed files with 59 additions and 10 deletions
|
@ -186,6 +186,10 @@ $string['updateusersettings'] = 'Update';
|
|||
$string['userasclients'] = 'Users as clients with token';
|
||||
$string['userasclientsdescription'] = 'The following steps help you to set up the Moodle web service for users as clients. These steps also help to set up the recommended token (security keys) authentication method. In this use case, the user will generate his token from the security keys page via My profile settings.';
|
||||
$string['usermissingcaps'] = 'Missing capabilities: {$a}';
|
||||
$string['usernameorid'] = 'Username / User id';
|
||||
$string['usernameorid_help'] = 'Enter a username or a user id.';
|
||||
$string['usernameoridnousererror'] = 'No users were found with this username/user id.';
|
||||
$string['usernameoridoccurenceerror'] = 'More than one user was found with this username. Please enter the user id.';
|
||||
$string['usernotallowed'] = 'The user is not allowed for this service. First you need to allow this user on the {$a}\'s allowed users administration page.';
|
||||
$string['usersettingssaved'] = 'User settings saved';
|
||||
$string['validuntil'] = 'Valid until';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue