gregneagle / pycreateuserpkg

Python tool to create macOS packages that create user accounts
Other
292 stars 44 forks source link

Allow creating user with blank password #27

Closed chaosbunker closed 5 years ago

chaosbunker commented 6 years ago

(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...