MDL-28126 webservices : should not able to create token if user is deleted,unconfirmed,suspended or guest.

This commit is contained in:
Jerome Mouneyrac 2011-11-14 12:09:40 +08:00 committed by Aparup Banerjee
parent f89a83b87b
commit 94b9dad79d
3 changed files with 11 additions and 2 deletions

View file

@ -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';