Merge pull request #9074 from tobiasd/20200826-consoleUserSearch

change the console search subcommand so that it fits the documentation
This commit is contained in:
Michael Vogel
2020-08-26 09:42:52 +02:00
committed by GitHub

View File

@@ -409,7 +409,7 @@ HELP;
case 'guid':
$user = UserModel::getByGuid($param, $fields);
break;
case 'email':
case 'mail':
$user = UserModel::getByEmail($param, $fields);
break;
case 'nick':