Right now two Symfony commands are available and both are user type aware.
bengor:user:your_user_type:change-password Changes user's password.
bengor:user:your_user_type:create Creates a user.
bengor:user:your_user_type:purge-outdated-invitation-tokens Purges outdated invitation tokens.
bengor:user:your_user_type:purge-outdated-remember-password-tokens Purges outdated remember password tokens.
Run them as you would usually do with any Symfony command in the project root:
In Symfony 3:
bin/console bengor:user:your_user_type:create
In Symfony 2:
app/console bengor:user:your_user_type:create
For further info run the command with the --help flag:
bin/console bengor:user:your_user_type:create --help
How can I help you explore Laravel packages today?