Added an console command to enable/disable many users at once.

This commit is contained in:
Jan Böhmer 2022-11-15 00:18:39 +01:00
parent 27709bed60
commit 59ec215b12
2 changed files with 92 additions and 1 deletions

View file

@ -77,7 +77,6 @@ class SetPasswordCommand extends Command
->setDescription('Sets the password of a user')
->setHelp('This password allows you to set the password of a user, without knowing the old password.')
->addArgument('user', InputArgument::REQUIRED, 'The name of the user')
;
}