it can be done without the disc. hold down command-s while booting to boot to single use mode, mount the drive by typing mount -uw / (hit return) and then follow this
Type this:
launchctl load /System/Library/LaunchDaemons/com.apple.DirectoryServices.plist
Press Return
Type this, then press Return: ls /Users
Look at the listing and note the short name (username) of the affected user account.
Type this:
dscl . -delete /Users/username AuthenticationAuthority
Note: Replace "username" with the affected user account's short name you noted above.
Press Return
Type this, followed by Return: passwd username
Note: Replace "username" with the affected user account's short name you noted above.
At the "New password:" prompt, type the user's password, then Return. Note: It is recommended that the original user's password be used to match the keychain password.
At the "Retype new password" prompt, type the same password, followed by Return.
Type this, followed by Return: reboot