Password set to blank

I just got our iMac back from the Apple store after having the Seagate hard drive swapped out. I restored from an external hard drive. However, when I try to log in, I get a message "Password set to blank by AppleCare". No old passwords work. What does this mean?

Install or Reinstall Lion/Mountain Lion from Scratch
Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
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.
Erase the hard drive:
  1. Select Disk Utility from the main menu and click on the Continue button.
  2. After DU loads select your startup volume (usually Macintosh HD) from the
      left side list. Click on the Erase tab in the DU main window.
  3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
        the Security button and set the Zero Data option to one-pass. Click on
      the Erase button and wait until the process has completed.
  4. Quit DU and return to the main menu.
Reinstall Lion: Select Reinstall Lion/Mountain Lion and click on the Install button.
Note: You will need an active Internet connection. I suggest using Ethernet if possible
            because it is three times faster than wireless.

Similar Messages

  • Security of RFC, password setting?

    Dear all,
    I wanner know should the RFC connections be secured in such manner that any user who makes use of a connection will be prompted to enter a user name and password??
    The RFC can directly log on to another R/3 system from table RFCDES if the password field is blank or *?? Is it right?
    By transaction SM59, how can I know whether the password was set for a connection?
    What does the "Saved" or "is initial" of  "PW Status" mean?
    Many thanks.

    Eric,
    I wanner know should the RFC connections be secured in such manner that any user who makes use of a connection will be prompted to enter a user name and password??
    then, go for Trusted  RFC connection (logon / security)
    The RFC can directly log on to another R/3 system from table RFCDES if the password field is blank or *?? Is it right?
    No, password needs to be synced from both sides.
    By transaction SM59, how can I know whether the password was set for a connection?
    Try with "Test connection"
    What does the "Saved" or "is initial" of "PW Status" mean?
    No authorization to logon as trusted system (Trust"
    I noticed that CLIENT FIELD under "Logon & Security" - "Logon" IS BLANK, and curent user is checked. PW Status "is initial"
    Thanks,
    Sri

  • My WiFi is not working on my ipod touch third gen. The wifi option in setting is blanked out so i am unabole to select it. I have tried restored it and resetting network connections. Also the battery life is very low.

    My WiFi is not working on my ipod touch third gen. The wifi option in setting is blanked out so i am unabole to select it. I have tried restored it and resetting network connections. Also the battery life is very low. How do i fix this????????????

    If a restore did not fix it, you have a hardware issue--possible bad wi-fi radio.
    Basic troubleshooting steps. 
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 

  • Every time I try to download a game on my iPad it says please verify your account and follow the intrustion now I have a email n password set up and every time I click send it to my email there is nothing how do I acces this pla

    Every time I try to download a game on my iPad it says please verify your account and follow the instructions now I have a email n password set up and every time I click send it to my email there is nothing how do I acces this please

    Hi Mark ohara,
    Welcome to the Support Communities!
    The following articles will help you with your Apple ID verification:
    Frequently asked questions about Apple ID
    http://support.apple.com/kb/HT5622
    Click on My Apple ID to access and edit your account.  You will be prompted to verify your email address.
    Apple ID: Associating and verifying email addresses with your Apple ID
    http://support.apple.com/kb/he68
    I hope this information helps ....
    Have a great day!
    - Judy

  • MY 2YR OLD LOCKED AN IPHONE 3GS THAT HAS NO SIMS CARD I TRIED ALL KIND OF PASSWORDS IT LOKED ME OUT FOR 15 MINS IS THE PASSWORD THE LAST PASSWORD SET ON THE PHONE

    MY 2YR OLD LOCKED AN IPHONE 3GS THAT HAS NO SIMS CARD I TRIED ALL KIND OF PASSWORDS IT LOKED ME OUT FOR 15 MINS IS THE PASSWORD THE LAST PASSWORD SET ON THE PHONE

    Please turn off your cpas lock.
    All caps indicates shouting, is considered rude, and is difficult to read ( especially when you use no punctuation or sentence structure at all).  Many will not read such posts.
    Do as the manual says to do and restore the iphone.

  • Plugged in new Iphone 5 to computer and it says can't access due to password, but don't have a password set yet

    I just got my new Iphone 5s activated at verizon. I came home to plug into my computer to get all my apps, etc that I had backed up from old phone. Computer keeps saying it can't access the new phone due to a password and that I need to enter password and try again. However, I don't have a password set on the new phone. Any help would be appreicated....I don't want to loose all my back up.

    What is the EXACT message you're getting?

  • How do I set the blank tab (+) to go to my home page instead of blank page when opend?

    How do I set the blank tab (+) to go to my home page instead of blank page when opened?

    You can do that by using an add-on such as [https://addons.mozilla.org/firefox/addon/2221/ NewTabURL] or [https://addons.mozilla.org/firefox/addon/777/ New Tab Homepage].

  • BAPI_PO_CHANGE: Realease group is set to blank

    Hi,
    I have a custom report which is used Bapi BAPI_PO_CHANGE to update the delivery date.
    I got the weird issue is that after updating using this Bapi, the Realease Strategy tab disappeared (It was there before).
    This means the Realease group is set to blank.
    Please advise me any OSS note or a solution to fix this problem.
    Thanks,
    Khanh

    Hi,
    This is my testing code:
    data: begin of s_pohdr.
            include structure bapimepoheader.
    data: end of s_pohdr.
    data: begin of s_pohdrx.
            include structure bapimepoheaderx.
    data: end of s_pohdrx.
    data: begin of t_bapimsg occurs 0.
            include structure bapiret2.
    data: end of t_bapimsg.
    data: begin of t_poschedule occurs 0.
            include structure bapimeposchedule.
    data: end of t_poschedule.
    data: begin of t_poschedulex occurs 0.
            include structure bapimeposchedulx.
    data: end of t_poschedulex.
    data: begin of t_itemtext occurs 0.
            include structure bapimepotext.
    data: end of t_itemtext.
    parameters: p_ebeln type ebeln,
                p_ebelp type ebelp.
    s_pohdr-po_number = p_ebeln.
    s_pohdrx-po_number = 'X'.
    t_poschedule-po_item = p_ebelp.
    t_poschedule-sched_line = '1'.
    t_poschedule-delivery_date = '11/20/2010'.
    append t_poschedule.
    t_poschedulex-po_item = p_ebelp.
    t_poschedulex-sched_line = '1'.
    t_poschedulex-delivery_date = 'X'.
    append t_poschedulex.
    t_itemtext-po_number = p_ebeln.
    t_itemtext-po_item = p_ebelp.
    t_itemtext-text_id = 'F06'.
    t_itemtext-text_form = '*'.
    t_itemtext-text_line = 'Testing'.
    append t_itemtext.
    call function 'BAPI_PO_CHANGE'
      exporting
        purchaseorder   = p_ebeln
        poheader        = s_pohdr
        poheaderx       = s_pohdrx
        no_messaging    = 'X'
        no_message_req  = 'X'
        testrun         = ' '
        memory_complete = ' '
      tables
        return          = t_bapimsg
        poschedule      = t_poschedule
        poschedulex     = t_poschedulex
        potextitem      = t_itemtext.
    call function 'BAPI_TRANSACTION_COMMIT'.

  • Impossible to boot MacBook Pro Retina ! impossible to start in single user mode, Openfirmware password set, but safari works!

    I have got a Macbook pro retina.
    I have done 2 partitions on the SSD drive. 1 for the OS and 1 for the user (with a kind of ln -s /Home/myself /Volume/Part2/myself
    I was watching a movie (with VLC) in full screen for a while and I wanted to escape. Impossible, and impossible to reboot.
    When I start, I have a directory with a question mark.
    I have a Open firmware passwords set (that I remember).
    I cannot reset PRAM. (I can not change the RAM amount inside the commuter as this is a retina model)
    I cannot start in verbose mode.
    I can choose a disk to boot. I see only the OS drive and not the user partition, and no 'recovery partition'. It seems that i need to do a fsck -yff on the user partition but how ?
    I can start the OS partition, and i can choose 'guess' or 'myself'. If i choose myself, I have an error message :'there is a error, the session can not start'. If I start with the guess account, I restart, and then I can browse the internet with safari (this is how I am writing this text!)
    => How can i repair the partition ? (open a terminal, boot in single user mode ...?)
    best regards.

    Actually, the recovery partition was there, but was not shown as my user partition. I have seen that reseting the PRAM and changing the ram could remove the open firemware password. So i have turn the computer on until the battery was empty. Then I boot about 20 times, and unplug the power supply after few seconds at different step of the booting pricess. At last, the screen default resolution when booting changed, I undertood that i succeeded, and I was able to enter.
    Then I boot in single user mode, removed the open firmware password, activated the root user,  and everything was fine now !

  • Can't remember my answers for changing password setting

    Can't remember my answers for changing password setting?

    Apple ID Security -
    Telephone Apple Care for your country and ask for the Account Security Team, then request help resetting the questions.

  • "No password set" on c3745

    Hi,
    My c3745 printed "No password set" when I tried to get to the enable mode. So, I tried to do password-recovery, but it is always in the user-mode mode despite the attempts to type "Cntrl-Break", "Alt-b", "Cntrl-C" during the initial reload.
    It failed to go into the Rommon mode, is it has to do with "no service password-recovery ..." being set? What else can I do to solve the problem?
    Thanks in advance....
    PL

    you have forgot enable password and want to do password recovery with "no service password-recovery" command set. this command will enable ROMMON security which disable access to ROMMON due to which you are unable to go into the ROMMON mode.
    There are only a few methods mentioned in the below URL which you can use to recover from a lost password, but all of them destroy the start-up configuration.
    http://www.cisco.com/en/US/products/hw/routers/ps274/products_configuration_example09186a00801d8113.shtml
    hope to help ... rate if it does ....

  • I have a desktop osx 10.8.2 and I want to have a password set before i log on how do i set it and still see my iphoto pictures still flash when it is in sleep mode

    I have a desktop osx 10.8.2 and I want to have a password set before i log on how do i set it and still see my iphoto pictures still flash when it is in sleep mode

    Open the Users & Groups pane of System Preferences and disable automatic login, and then go into the Security & Privacy pane and set the computer not to log out after a period of inactivity.
    (77781)

  • Password entry box when no password set

    Hi,
    I have problem logging out when i turn the guest account off.
    At the minute i have 1 use account (admin) and no guest account. The user account has no password set. When i log out the user account is automatically selected as there only is one and it shows the password entry box. But as there is no password set you have to press back and then click on the username which logs straight in.
    Any fix for this? It should be that it logs out...shows the username only...and then when clicked logs straight in.
    All input appreciated!

    If your presented with a password screen just hit enter. This will occur with System updates as well.
    Regars

  • Normal behaviour for "inactive passwords" setting?

    If I have the OD policy for passwords set to "disable after inactive for xx days" - does this take effect if a user is not an interactive logon?  ie, I have a user account setup that is used solely for connecting to a share on the server.  It never "logs in" like a human would sitting at a mac.  A process would connect to a share on the server using this user each day.
    Related:  Is there any way to setup "do not expire" for users?

    Hi Jeffery
    As a new user to SAP b1 I have no answer to your question but an observation. I have placed several questions on this forum about Dates because I am convinced that in B1 2007, SAP programmers made a mess in naming Date Field names in such a confusing way that they cannot tell which Date is what. For example in OINV table DocDate field is named Posting Date and in the same table the TaxDate field is named Document Date.
    So this is only a guess but perhaps the Date Ranges you are referring to are pointing to the wrong DATE field so it would  not work.
    Good luck
    Robert

  • Setting the blank f5 and f6 keys for just the bluetooth keyboard?

    Hello,
    I just got the apple bluetooth wireless keyboard for my mac book pro. I use it for when my computer is linked to my tv.
    I am wondering, how do I set the blank f5 and f6 keys to something? My mbp model is older so all the function keys are layed out differently (the audio levels are f4 and f5 instead of f11 and f12)
    I want to keep my laptop function keys exactly how they are. Its just the f5 and f6 on the bluetooth I want to change. I cant seem to figure out how to do it in the preferences. Also, it looks like theres no way to choose just the wireless for this situation?
    Please help!
    Thanks
    - Mike

    Hello Mike:
    I am wondering, how do I set the blank f5 and f6 keys to something? My mbp model is older so all the function keys are layed out differently (the audio levels are f4 and f5 instead of f11 and f12)
    I believe you would have to write a routine to have those keys recognized for specific purposes. I do not do that, so I cannot give any guidance.
    Barry

Maybe you are looking for

  • How to search text in pdf file?

    Hi all I have to store the cover of a newspaper that include images and text and then should be able to search keywords in the cover. I've read about to store in pdf format and use intermedia text. I am just wondering the way to store and to do the s

  • Smart Playlists not working on 80gig classic

    Anybody have smart playlist problems. i have a complicated smart playlist that includes other smart playlist and before in my 4th generation ipod when a song finished on one playlist it will go away, now they just stay there as if i didn't play it. I

  • Purchase order close

    Dear Expert I have to close all purchase order for the last financial year I tried archive but it was not sucessful so please help me to do the same.

  • SAPs notes search "indeterministic" - depending on the webserver...

    I noticed some strange things going on at http://service.sap.com/notes: The loadbalancer assigns you to a websmpXYZ webserver. Depending on which server you get, you will get different results for your search. Example: http://websmp102.sap-ag.de ente

  • Droid Incredible 4g lte global services not working in UK

    Purchased global plan for travel in UK, got here, no service.  I contacted support and after nearly an hour with two different people, they've started a problem ticket.  I can get a list of network operators on GSM/  dual, but cannot connect.  I have