mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-28126 webservices : should not able to create token if user is deleted,unconfirmed,suspended or guest.
This commit is contained in:
parent
f89a83b87b
commit
94b9dad79d
3 changed files with 11 additions and 2 deletions
|
@ -92,6 +92,7 @@ $string['externalservices'] = 'External services';
|
|||
$string['externalserviceusers'] = 'External service users';
|
||||
$string['failedtolog'] = 'Failed to log';
|
||||
$string['filenameexist'] = 'File name already exists: {$a}';
|
||||
$string['forbiddenwsuser'] = 'Can not create token for a unconfirmed, deleted, suspended or guest user.';
|
||||
$string['function'] = 'Function';
|
||||
$string['functions'] = 'Functions';
|
||||
$string['generalstructure'] = 'General structure';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue