This addition makes it possible to create a user with a blank password. Just omit -p, --password option and just hit enter when asked to enter the password.
Not sure if there is a more elegant way, but it works and might help others that need this feature...
(Apologies for the previous closed pull request)
This solves #20
This addition makes it possible to create a user with a blank password. Just omit -p, --password option and just hit enter when asked to enter the password.
Not sure if there is a more elegant way, but it works and might help others that need this feature...