Ignore disabled users for Git/SVN synchronization
This commit is contained in:
@@ -45,6 +45,10 @@ function handleSingleUserPHID(
|
||||
return array();
|
||||
}
|
||||
|
||||
if ($user->getIsDisabled()) {
|
||||
return array();
|
||||
}
|
||||
|
||||
$keys = id(new PhabricatorAuthSSHKey())->loadAllWhere(
|
||||
'objectPHID = %s',
|
||||
$user->getPHID());
|
||||
|
||||
Reference in New Issue
Block a user