refs #4253 supplant security code uncommented
This commit is contained in:
parent
511e925467
commit
197758f2bc
|
@ -10,7 +10,7 @@ class Supplant extends Vn\Web\JsonRequest {
|
|||
'SELECT id FROM account.user WHERE `name` = #',
|
||||
[$_REQUEST['supplantUser']]
|
||||
);
|
||||
/*
|
||||
|
||||
$isClient = $db->getValue(
|
||||
'SELECT COUNT(*) > 0 FROM vn.client WHERE id = #',
|
||||
[$userId]
|
||||
|
@ -24,7 +24,7 @@ class Supplant extends Vn\Web\JsonRequest {
|
|||
);
|
||||
if ($hasAccount)
|
||||
throw new Web\ForbiddenException(s('The user is not impersonable'));
|
||||
*/
|
||||
|
||||
return $this->service->createToken($_REQUEST['supplantUser']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue