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
commit 203684f9d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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':