|
You can set the user's passwords arbitrarily with this command: niutil -createprop . /users/username passwd "`openssl passwd 'thePassword' `"
(Creating a property in NetInfo will overwrite an existing property, so you can replace their unhashed passwords with hashed versions.)
|