make user command, made password field invis
This commit is contained in:
parent
49a895da07
commit
cd4a01db7b
1 changed files with 1 additions and 1 deletions
|
@ -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([
|
||||
|
|
Loading…
Reference in a new issue