Skip to content

Instantly share code, notes, and snippets.

@wegotoeleven
Created August 5, 2022 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wegotoeleven/c827190cc9b7ed000e265972201f0bec to your computer and use it in GitHub Desktop.
Save wegotoeleven/c827190cc9b7ed000e265972201f0bec to your computer and use it in GitHub Desktop.
Change user password
username=""
sudo dscl . -passwd /Users/"${username}" <password1> <password2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment