|
|
here's a post from sept 29th
Yesterday I changed my admin password and now when I try to log in with the new password, I can't get in. I only added 2 more letters to my original password and I have tried every combination of 2 letters in the rare event that I didn't enter what I thought I did when I changed the password. I can't get in as the admin!!! What can I do?
I know that the admin password is very secure, but is there some way to get around it? I do not want to have to back everything up and reinstall as I had to do that a couple of months ago when software update messed up my permissions. It took me over a week to get that done. I need my computer much sooner than that. Can anyone help?
I do have another user set up with very limited privileges - can I use this user somehow to reset the admin password?
Also, maybe this is a bug with OS 10.3. When I changed my password, I didn't retype the whole thing, I just added a couple letters to the password and then added the same letters to the old password in the "verify" box. Maybe you have to type the whole thing?
and the answers:
I do not think that will work. You should really type a completely new password when changing, although I have never tried what you did. Here are the steps required to change the password.
Resetting the original administrator account password
Follow these steps to reset a password when there is only one administrator account on the computer, or if the original administrator account (of several) needs a password reset. "Original" administrator account refers to the one that was created immediately after installing Mac OS X.
1. Start up from a Mac OS X Install CD (one whose version is closest the the version of Mac OS X installed). You should first disable Open Firmware password protection, if it is enabled. Hold the C key as the computer starts.
2. Choose Reset Password from the Installer menu. Tip: If you don't see this menu or menu choice, you're probably not started from the CD yet.
3. Select your Mac OS X hard disk volume.
4. Set the selected user to the name of your original administrator account. Note: Be sure to select your administrator account name. Do not select "System Administrator". System Administrator is actually a reference to the root user. Do not confuse it with a normal administrator account.
5. Enter a new password.
6. Click Save.
OR
If you are unfortunate enough to delete your only admin user, or remove his admin capability, then as long as you have another user with login capability, you can give that user admin rights as shown below. You can then re-create the original user or reinstate the admin capability using NetInfo Manager.
Print this post out in a mono-spaced font, and type carefully, paying attention to spaces and punctuation, since you cannot copy/paste in Single User mode.
Caution: in single user mode you have root privileges. Be careful! Substitute the name of 'youruser' below.
Boot into single user mode (Command-S) at startup which will eventually get you a shell prompt (ending in #). Then type the following:
fsck -fy
Repeat the above until it says your disk is OK. Then continue with
mount -uw /
nicl -raw /var/db/netinfo/local.nidb -merge /groups/admin users youruser
If you get a message saying "invalid path", then type these two commands first:
nicl -raw /var/db/netinfo/local.nidb -create /groups/admin gid 80
nicl -raw /var/db/netinfo/local.nidb -create /groups/admin passwd '*'
and then repeat the "nicl ... -merge" command. Then:
reboot
You will now be able to login as 'youruser' and have administrative privileges. |
|
|