Skip to content
Snippets Groups Projects
Commit 3699728a authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #7085 from owncloud/quick-fix-7019-master

Load authentication apps to get users from all backends
parents c442a03d 9d9f360b
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment