make user command, made password field invis

This commit is contained in:
AVMG20 2021-08-02 17:52:26 +02:00
parent 49a895da07
commit cd4a01db7b

View file

@ -46,7 +46,7 @@ class MakeUserCommand extends Command
public function handle()
{
$ptero_id = $this->option('ptero_id') ?? $this->ask('Please specify your Pterodactyl ID.');
$password = $this->option('password') ?? $this->ask('Please specify your password.');
$password = $this->secret('password') ?? $this->ask('Please specify your password.');
// Validate user input
$validator = Validator::make([