mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Added an console command to enable/disable many users at once.
This commit is contained in:
parent
27709bed60
commit
59ec215b12
2 changed files with 92 additions and 1 deletions
|
@ -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')
|
||||
|
||||
;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue