When using the command `user:create` it seems the password is never sent to MongoDB document. Command tested: ```bash php bin/console user:create admin admin@example.com admin1234 ```
When using the command
user:createit seems the password is never sent to MongoDB document.Command tested: