Skip to main content

A simple way to change the password of a user is to boot into single user mode in the mac.  This requires a cmd-s upon startup.  This will launch the command line.

In earlier versions you then mount the root filesystem read/write

-> mount -uw /

Then change the password.

-> passwd username

 

In later versions of OS X you mount the filesystem read/write then

-> launchctl load /System/Library/LaunchDaemons/com.apple.opendirectoryd.plist

-> passwd username

 

Exit and you are done.

author avatar
Joey Stardust Founder
Creator of quality designs and thinker of fresh ideas. Started working with computers in the distant past 1997. Was a long time Solaris and Windows NT administrator. Moved to Web & Social in 2002.
Joey Stardust

Author Joey Stardust

Long term web enthusiast. Known for magazine and article contributions to Toosquare Magazine. Author of Wurm Mud, a DIKU/ROM based MUD source code.

More posts by Joey Stardust