Reset administrator password as single user

Hi there,
I need help in changing my administrator password as  a single user, please can you help?

Hi Michael,
Start up from Recovery, Command-R,
Once into recovery. Utilities- Terminal.
When Terminal opens simply type resetpassword and press return.
This opens the Reset Password Utility.
Select the Drive Containing the Account.
Choose the name of the Account from the pop up menu.
Enter and reenter a new password.
Give yourself a password hint this time!!!!
Click Save.
Quit out of password utility and restart.
Hope this helps.
PJRS

Similar Messages

  • How to reset admin password in single user mode

    How do I reset and admin password in single user mode. All the posts I have read so far dont work. I tried adding a new admin password as posted on the forums by deleting setup so it will setup like it was first time setup but that didnt work . Any suggestions would be appreciated.
    The account now only has the standard user account as admin. Admin account I deleted in trying to fix this problem.

    1 - Does it boot into Leopard?
    2 - Does it have any important data on it that is not backed up elsewhere?
    It it boots into Leopard you could continue using it and hope that you find your Leopard install disks later or discover some other way to overcome the lost password.
    If it is fully backed up or has no important data on it you could install Tiger.

  • Can't Reset Administrator Password

    The password for the administrator account on a OS X 10.4 . I used the procedure that was outlined in the support guides and when I restart the computer, the new password does not work. Firmware password protection is disabled.
    Since the "apple" solution doesnt work as described above, what am I to do?
    Thanks for the help!
    (specific operating system version is unknown since the machine is inaccesible. It is known that the version is 10.4.x)

    Here are some things you might try:
    http://docs.info.apple.com/article.html?artnum=25366
    http://docs.info.apple.com/article.html?artnum=301364
    http://docs.info.apple.com/article.html?artnum=106156
    You could also try another method of resetting the password. If you want to try it, you can reset the password in single user mode.
    To start, reboot in single user mode: Restart computer and after the chime press and hold down COMMAND and "S" keys until the computer starts to a black screen with white type. Enter indicated commands at the prompt:
    First type in:
    prompt >/sbin/fsck -y
    Followed by:
    prompt >/sbin/mount -uw /
    Then, type in:
    prompt >/usr/libexec/registermach_bootstrapservers /etc/mach_init.d
    Next:
    prompt >cd /var/db/netinfo
    Then:
    prompt >netinfod -s local
    Followed by:
    prompt >SystemStarter
    Finally, type:
    prompt >passwd root
    You’ll be asked to come up with a new password. If you want to change a login’s password, substitute ‘root’ with the username.
    After that, type
    prompt >reboot
    With any luck this will get you past the login window.
    Mac Pro 2.66 Ghz; TiPB 1Ghz & 1GB RAM; MacBook Pro 2 Ghz   Mac OS X (10.4.7)   Intel iMac 17 "; iBook G3 800 Mhz; 30 GB iPod Video (Black); iPod Nano 2 GB

  • Resetting the Admin password in single user mode

    Ok, my friend bought an old Imac from someone she went to school with with OS 10.4.2 on it. It works fine except that she can not install any programs because there is an admin password that she does not know. She asked the person she bought it from, he says he doesn't even remember setting a password. Normaly with this issue id just pop in the install disk and reset it from there, except neither of them have the install disk, and my install disk is to current for the machine. Does anyone know how I can reset the admin acount using single user mode commands? I can do it on my Mac Book pro but it doesn't seem to work the same way on 10.4. Please help!
    EDIT: It is a Power PC G3 if that helps.
    Message was edited by: CartooNxHerO

    CartooNxHerO wrote:
    Ok, so I used the advice from the third link you gave me but i'm still in single user mode trying to figure out how to delete the users home folders.
    Message was edited by: CartooNxHerO
    You do not need to delete "the users home folders". Nor do you need to delete the netinfo database. Here are two proceedures:
    Change Password
    Mac OS X:
    Changing or resetting an account password via GUI:
    Resetting a user's password
    Resetting the original administrator account password
    http://docs.info.apple.com/article.html?artnum=106156
    You do not have a CD/DVD
    Changing password from single user mode:
    You can also change the administrator's password from single user mode or create a new administrator account.
    You need to get into single use mode for steps one and two that are listed below.
    This page will tell you how to get into single user mode.
    http://support.apple.com/kb/HT1492
    Basically, you hold down the command-s key then powering on your machine. The command key has a little apple symbol on the lower left. It is between the alt/option key and the space bar. On a PC keyboard, it will be the windows key, I think.
    1) You can change the password on an account. ( Do you know Unix. You are in a Unix single user console. ) The setup commands you need should be listed on the screen. For Mac OS 10.4.11, the commands are:
    # Type the follow two instructions to access the startup disk in read/write:
    /sbin/fsck -fy
    /sbin/mount -uw /
    # Start up some utility processes that are needed.
    sh /etc/rc
    # You will probably need to press the return key once the system stops typing.
    # To find out the users on the system type, use the list command. The l is a lower case L:
    ls /Users
    # One of these accounts will be the administrator.
    # Pick one of the users which I'll call a-user-name and type it in this command:
    passwd a-user-name
    # and enter the new user password. You need six characters.
    # You will need to enter your password twice. Your typing will not show up on the screen just
    # press enter when you complete the typing.
    # For cryptic information on these commands try:
    man ls
    man passwd
    The root account isn't enabled by default. I am not sure if changing the password on root will enable it.
    2) Get the Mac to set up an additional administrative account. You can then change the password on your old account.
    Start with your computer power off. Hold down command-s. Power on your computer.
    Type in the following:
    The first two commands will depend on your release of Mac OS X. Look at what is typed out in the console to determine the exact format.
    # Type the follow two instructions to access the startup disk in read/write. Press return after each command.
    /sbin/fsck -fy
    /sbin/mount -uw /
    cd /var/db
    pwd
    #List all files. The l is a lower case L.
    ls -a
    #The move command acts as a rename command in this format.
    mv -i .applesetupdone .applesetupdone.old
    reboot
    Once you've done that the computer reboots and it's like the first time you used the machine. Your old accounts are all safe. From there you just change all other account passwords in the account preferences!!
    Limnos adds detailed explainations:
    http://discussions.apple.com/message.jspa?messageID=8441597#8441597
    The above the idea came from a post by JoseAranda at September 9, 2006 3:48 AM
    http://www.askdavetaylor.com/howdo_i_reset_my_mac_os_x_admin_rootpassword.html
    You will need to scroll down to see this post. Search for applesetupdone
    Or see:
    http://superpixel.ch/articles/running-setup-assistant-again/
    Once you have a new administrative account, you can change the password of your old administrative account
    blue apple > System Preferences > Accounts

  • Trying to reset administrator password by using the Mac OS X Install disc to reset but it won't allow me to without original administrator password. Frustrating.

    Trying to reset administrator name/password by using the Mac OS X Install disc to reset but it won't allow me to without original administrator name/password. Frustrating. Reason I'm trying to reset is that it seems to be not recognising the administrator name as have changed password in System Preferences - Accounts.
    PowerMac, Mac OS X (10.5.8)

    Here's the instructions if you have the discs.
    *Mac OS X: Changing or resetting an account password*
    http://support.apple.com/kb/HT1274?viewlocale=en_US
    Changing your administrator password
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh655.html
    Here's one method to reset the password without the install disc:
    1. boot computer and hold the "apple" key and the "s" key.
    2. wait for terminal show
    3. release keys
    4. type without the quotes: "/sbin/mount -uaw"
    5. press enter
    6. type without the quotes: "rm /var/db/.applesetupdone
    7. press enter
    8. type without the quotes: "reboot"
    9. press enter
    This will let you create a new admin account when you reboot your computer.
    Also, without the discs, look at Mac OS X Tip - No Password, No Root, No CD? No Problem.
    http://www.macobserver.com/tip/2003/06/16.1.shtml
    Without the discs, try this (OS 10.5 only). *How to Reset User Password via single user mode*
    http://macosx.com/forums/howto-faqs/300019-howto-reset-user-password-via-single- user-mode.html
    Here is a way to get around not knowing the admin password on Macs.
    To reset your OS X password without an OS X CD you need to enter terminal and create a new admin account:
       1. Reboot
       2. Hold apple + s down after you hear the chime.
       3. When you get text prompt enter in these terminal commands to create a brand new admin account (hitting return after each line):
              * mount -uw /
              * rm /var/db/.AppleSetupDone
              * shutdown -h now
       4. After rebooting you should have a brand new admin account. When you login as the new admin you can simply delete the old one and you’re good to go again!
     Cheers, Tom

  • Issue comes after resetting the password of SYSTEM user???

    Hi experts,
    if there is an issue comes after resetting the password of "SYSTEM" user id in oracle 10g, ECC6.0
    ecc 6.0
    oracle 10g
    HPUx
    Regards,
    vivek

    >> Using brtools you won't be able to change the password for database users like SYS and SYSTEM.
    Are you sure about this? I am sorry but it is not correct. You are able to change these passwords by using brtools
    Best regards,
    Orkun Gedik

  • How to reset administrator password without cd

    Is there a way to reset Administrator password without CD and without losing all my information?

    Yes, you have 10.7.2 all you have to do is
    1: Hold command r while booting to enter Lion Recovery
    2: Select Terminal and launch it
    3: Type: ResetPassword  and press enter
    4: Follow the program that launches.
    For 10.6
    http://osxdaily.com/2011/04/25/change-admin-password-mac/

  • How to reset administrator password without a disk

    how can i reset administrator password without a disk....first time using macbook....
    please help me to reset the adm. password step by step.
    thank you so much

    http://www.rit.edu/its/services/desktop_support/mac/xforcenewadminacccount.html
    http://osxdaily.com/2011/04/25/change-admin-password-mac/
    http://osxdaily.com/2011/08/24/reset-mac-os-x-10-7-lion-password/

  • Resetting Administrative Password without startup disk

    Away from my home, attempting to access Macbook Pro administrative settings.  Forgot password and unable to gain access without my startup disk.  Wondering if there is a way around this or a way to reset password.

    Forgot Your Account Password
    For Snow Leopard and earlier
         Mac OS X 10.6- If you forget your administrator password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password and
         OS X Lion- Apple ID can be used to reset your user account password.
    If you are unable to boot from an installer DVD:
    (these will only work on Leopard or earlier)
      1. Boot to Safe Mode by restarting and after the chime press and hold down
          the COMMAND-S keys until a black screen with white type appears.
      2. At the prompt, type the following commands pressing return after each
          command line:
         /sbin/fsck -yf
         If you do not receive a "Filesystem OK" message then repeat this command
         until you do.  If after seven tries you still do not receive a "Filesystem OK"
         message, then the system is corrupted and needs to be reinstalled.
         mount -uw /
         cd /private/var/db/netinfo
         mv local.nidb local.old
         rm ../.AppleSetupDone
         shutdown -r now
    The second-to-last command above will cause OS X to think that the operating system is newly installed, and when the new owner starts up the computer it will send him/her to the startup wizard where he/she can start a new user without reinstalling.
    This last method does not actually change a password. It simply removes the user accounts and lets you create an initial admin account as if the computer were new out of the box.
    Reset Admin Password Using The Terminal
    You can reset the password by printing out (or writing down) and carefully following these steps.
    First, find the short name of the admin user on the machine. The easiest way of doing this is by looking at what the directory is called in the Users folder.
    Now, start in Single-user Mode. It should boot into a command line.
    Enter these exact lines. Press RETURN after each.
    mount -uw /
    ifconfig lo0 up
    cd /var/db/netinfo
    netinfod -s local
    Now you'll need that short name. Enter "passwd", a space, and the short name of the admin. For example, if the admin was rather prosaically called "imadmin", you would enter "passwd imadmin".
    The computer will now prompt you to change the password for "lmadmin" (or whatever the short name was). Go ahead and enter a new password.
    Now, enter:
    sync
    reboot
    and the machine will reboot. The admin password should now be changed.

  • How do I reset Administrator password on macbook pro 10.10.1

    How do I reset the Administrator password if I have forgotten it on a macbook pro running 10.10.1 Yosimite?

    OS X 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks and 10.10 Yosemite
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box under “Select user account”.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

  • Reset administrator password for CMS

    I need to reset the Administrator password for a XI R2 CMS. I see this topic in help:
    Symptom
    How to reset the administrator user account password in BusinessObjects Enterprise XI3.1.
    Resolution
       1. Take the back up of the CMS repository tables as a precaution.
       2. Open the Central Configuration Manager (CCM).
       3. Stop the Server Intelligence Agent (SIA).
       4. Run the following SQL statements on the CMS database:
       5. DELETE FROM cms_infoobjects6 WHERE (ObjectID=12);
          COMMIT;
       6. This will delete a record that belongs to the "Administrator" account.
       7. Restart #Server Intelligence Agent (SIA)# from the CCM. This will recreate the administrator account with a blank password.
       8. Now you can log on to the Central Management Console (CMC) using Administrator as a user name and a blank password.
    However, I've seen some mention elsewhere that this might affect permissions for existing objects?
    Is there any risk to existing data if I follow the procedure described above?

    Steve,
        All the Administrators Preferences and added permissions will be also be reset.  This will reset the Administrators access to default factory / install level.
    SAP NOTE below for more details:
    http://service.sap.com/sap/support/notes/1679970
    Regards,
    Ajay

  • Resetting Administrator Password

    I upgraded to Leopard a very long time ago. I was trying to create a Home Network with my roomates that have PC's. My roomate did the administration process via his computer and I have lost my administrative status. We erased the network from his Vista based PC and I still can't get it back. I tried using the Install DVD, but it doesn't allow me to restart my computer. The administrator requires the username and password in order to grant permission to install any software. We have tried both my username and password and my roomates username and password. Doesn't work. So, I can't get even passed the Install DVD to reset the password.
    Also, I have been trying to backup my data and can't, because a username and password is also required by the administrator. Would any of my data be lost if I manage to get past the Install DVD Restart ordeal?
    I can't download the latest update of leopard neither.

    mikesouthbeach wrote:
    When you wrote this, I told myself, "This guy doesn't understand what I wrote." I thought to myself, this can't be. Everyone writes the same thing and why can't I do this! So I had to put my brain to work and eventually found the solution to simply reboot MANUALLY the freaking computer.
    yes, that's what I meant. sorry, if this wasn't clear.
    Worked perfectly. Thanks for your repetitive-solution-help.
    Now, how could I eliminate the root user on the log-in screen. I tried Disabiling it in the Directory Utility's Edit menu, but it already has been disabled. Should I click enable and disable it again?
    try enabling and disabling it. if that doesn't help, run the following command in terminal from an admin account.
    dsenableroot -d
    You'll have to enter your user password (which you won't see). that's normal.

  • HT201240 How do i reset administrator password, if i have lost original disks?

    I am using macbook model 2009 and i forgot admin password.Also, i lost my original disks.:)

    Forgot Mac Password? How to Reset Your Mac Password (with or without CD)
    Change the Admin Password with Mac OS X Single User Mode

  • Reset administrator password in mavericks

    I want to clear cache in Safari, but having trouble accessing Library, because I cannot remember password. How do I reset it with my apple ID?

    Forgot Your Account Password
    For Lion, Mountain Lion, or Mavericks
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see:
           Reset a Mac OS X 10.7 Lion Password
           OS X Mountain Lion- Reset a login password,
           OS X Mavericks- Solve password problems,
           OS X Lion- Apple ID can be used to reset your user account password.
    For Snow Leopard and earlier with installer DVD
         Mac OS X 10.6- If you forget your administrator password,
         OS X- Changing or resetting an account password (Snow Leopard and earlier).
    For Snow Leopard and earlier without installer DVD
        How to reset your Mac OS X password without an installer disc | MacYourself
        Reset OS X Password Without an OS X CD — Tech News and Analysis
        How To Create A New Administrator Account - Hack Mac

  • Reset Administrator password on my Macbook Air

    Can anyone help me?  I don't have the administrator access on my Macbook Air, 10.6.8 Snow Leopard!  It was given to me by my father-in-law because he never used it and now he can't remember the password.  I don't care if anything he put on there is lost, but I need to be able to have administrator access.  Help!

    Determine if the following method will work for you:
    Shut down your Mac and turn it back on while holding down the ⌘ and S keys at the same time until your see a black screen with white text. This is known as Single User mode.
    You can skip the next step, but it is recommended that you do not because it will check your boot volume for errors and correct what it can:At the :/ root# prompt, type fsck -fy and press Return or Enter. It will take a few moments to complete. If you are concerned that nothing is happening just press the Return key until you see the :/ root# prompt again. Once the disk check is complete and the prompt returns, type mount -uw / and press Return / Enter.
    Type launchctl load /System/Library/LaunchDaemons/com.apple.opendirectoryd.plist and press Enter. If you get an error message you may ignore it.
    Type ls /Users and press Enter. All of the usernames on the computer will be listed, which is helpful if you don’t know or remember what these are.
    Type dscl . passwd /Users/username password while replacing username with one of the users displayed in the previous step and replacing password with the new password of your choice. Press Enter. You will likely get an error message about a file or directory not being found. You may ignore this.
    Type reboot and press Enter.

Maybe you are looking for

  • Clip art in Photoshop elements 9

    I just purchased Photoshop Elements 9, I was working with the trial for a few weeks and had to have it. I am new to this software but I am learning pretty quickly; I am designing a book cover for my wife using a photo I took and wanted to know if you

  • Error saving xml from model to file

    Hello. I am trying to create an xml file based on example GEO_DIM.dtd I have a dataserver jdbc:snps:xml?d=/oracle/product/odi_1/oracledi/demo/xml/GEO_DIM.dtd&s=MY_GEO_SCHEMA&lf=/logs/demo_geo_dim.log&ll=31 xml model works fine. I can do Insert into a

  • Skype App installed with windows 8.1 CPU usage

    Skype App is consistently the highest consumer of CPU cycles on my Intel Core I5 machine.  It is higher than the appliations that I use most ( Internet Explorer and Thunderbird e-mail) by an order of magnitude.  This occurs when Skype has not been us

  • How to remove SPRO from SAP_ALL profile

    Hi Friends, Since my client needs access to SAP but we dont want to give them SPRO Tcode authorization. So i would like to have your advice on that so as wht to be done and how can we create a profile without SPRO Tcode. Regards Ayush

  • TRANSLATION App suggestions

    does anyone happen to have a recommendation for an iphone language translation application? thanks in advance.