There is a critical flaw in the script when changing the user password.
If the user password is changed and the new password is provided as an argument (not via interactive input) it will be set to password no matter what new password was provided.
I also fixed the documentation to close #6, because it is kind of on-topic.
There is a critical flaw in the script when changing the user password. If the user password is changed and the new password is provided as an argument (not via interactive input) it will be set to
password
no matter what new password was provided.I also fixed the documentation to close #6, because it is kind of on-topic.