changing password prompt to be secret
This commit is contained in:
		| @@ -40,7 +40,7 @@ class CreateUser extends Command | ||||
|  | ||||
|         if (empty($password)) { | ||||
|             // TODO: have a way to hide the input and do a confirm password input | ||||
|             $password = $this->ask("Please provide a password"); | ||||
|             $password = $this->secret("Please provide a password"); | ||||
|         } | ||||
|  | ||||
|         try { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user