feat: Add AdminRemoveUser command to remove users from the database

This commit is contained in:
Andras Bacsai
2024-05-14 15:40:45 +02:00
parent 317dc10af4
commit e95e2cf152
4 changed files with 54 additions and 35 deletions

View File

@@ -29,7 +29,6 @@ class RootResetPassword extends Command
*/
public function handle()
{
//
$this->info('You are about to reset the root password.');
$password = password('Give me a new password for root user: ');
$passwordAgain = password('Again');