Merge pull request #7085 from owncloud/quick-fix-7019-master
Load authentication apps to get users from all backends
This commit is contained in:
commit
3699728a3a
|
@ -58,6 +58,7 @@ class Scan extends Command {
|
|||
|
||||
protected function execute(InputInterface $input, OutputInterface $output) {
|
||||
if ($input->getOption('all')) {
|
||||
\OC_App::loadApps('authentication');
|
||||
$users = $this->userManager->search('');
|
||||
} else {
|
||||
$users = $input->getArgument('user_id');
|
||||
|
|
Loading…
Reference in New Issue