Password

Hello
I have just bought an IMac with Lion 7.2. I successfully set up Mail for my 2 BT email accounts. All was fine until I changed the password on my primary BT email account, and now Mail won't accept and keep it, ie, recognise it, and I'm continually asked to submit it. Also, receiving and sending of emails is sporatic, with a constant spinning wheel.
I have phoned AppleCare who say it is a BTyahoo problem. I have phoned BTyahoo and they say they don't support IMAP accounts, or Lion 7.2.
I am at my wits end. Recently I went into Keychain and deleted all of the relevant password listings related to the primary account. Still no luck.
Any ideas?
Many thanks.

Hi,
Please try 3 times and post error or halt code back.
Regards.
BH
**Click the KUDOS thumb up on the left to say 'Thanks'**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Similar Messages

  • Default Encrypted  Password

    Dear All,
    i want to insert encrypted Password of 'password' string into table user_dtl column PASSWORD .
    How can i insert Encripted password into table.
    Thanks

    Hi Vedant,
    See the CUSTOM_HASH function that is installed with sample application in the APEX.
    Here is the code for it:
    create or replace function custom_hash (p_username in varchar2, p_password in varchar2)
    return varchar2
    is
      l_password varchar2(4000);
      l_salt varchar2(4000) := 'XFSPL28ZTWEWWM6FHWMK68AG5NQVLU';
    begin
    -- This function should be wrapped, as the hash algorithm is exposed here.
    -- You can change the value of l_salt or the method of which to call the
    -- DBMS_OBFUSCATOIN toolkit, but you much reset all of your passwords
    -- if you choose to do this.
    l_password := utl_raw.cast_to_raw(dbms_obfuscation_toolkit.md5
      (input_string => p_password || substr(l_salt,10,13) || p_username ||
        substr(l_salt, 4,10)));
    return l_password;
    end;
    i want to insert encrypted Password of 'password' string into table user_dtl column PASSWORD.The above function will give the encrypted password which can be inserted into USER_DTL as follows:
    INSERT INTO USER_DTL(USERNAME,PASSWORD) VALUES(:P1_USERNAME, CUSTOM_HASH(:P1_USERNAME,:P1_PASSWORD))Be sure that PASSWORD column in USER_DTL is of type VARCHAR2 and of adequate length as to accommodate the encrypted password.
    Hope it helps!
    Regards,
    Kiran

  • Installed adobe but password won't work to read on tablet

    Installed reader and adobe on new tablet, but adobe password will not work to let me read. I reset
    Password but that doesn't help

    A password protected PDF?  How did you reset it?
    What's the operating system on that tablet?

  • TS2446 My phone want let me download apps I put the password in then it's say billing options which tell me I have invalid security code

    My phone want let me download any apps when I put the password in it take me to billing option which tell me I have the wrong security code and that's the security code that was on the card on the account

    iTunes Store: My credit card's security code or zip code does not match my bank's records
    http://support.apple.com/kb/TS1646

  • HT4623 MY i phone 5 wont let me download apps etc it just keeps asking for my apple id password?

    Juat got my i phone 5 today and have opened an apple accout but it wont let me download apps etc just keeps asking for a password over and over again???

    Try This...
    Close All Open Apps... Sign Out of your Account...  Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430

  • It seems when i try to login to Netflix it comes back with email id or password is incorrect (code 117), i can't find anything to fix this, help!!!

    I've tried everything, reset, unplug, even have it connected via Ethernet, always the same outcome!  I can login on our iMac with no problem!

    Finally someone who found the solution. I've been searching for the answer for a while, some people suggest resetting the Apple TV, reverting to the previous firmware, changing password to all numbers, you name it.
    The right answer is: make sure to have a password with both letters and numbers. Someone at Apple must have thought to override the password requirements of Netflix, without telling anyone else. They need better change management procedures!

  • SRM 5.0 - how to change default password?

    Hello,
    Am trying to install SRM 5.0 Oracle 10g as the DB. In the instllation doc of SRM 5.0 a default password is given to connect to the database and I see the encrypted password is in the jdbc properties. How can we change the default password? How do I get the encrypted value?
    Any help is appreciated.
    Thanks

    Propblem resovled, find the corresponding function group and screen, then change the translation.

  • SSL private key password

    Hello everyone,
    I'm trying to upgrade a WLS 6.1 SP2 with WLP 4.0 SP2 instance to WLS 7.0 SP2
    with WLP 7.0 SP2. Everythng is fine except for that we cannot use the same
    SSL certificate. By defaul the private key is not encrypted with password
    (SSL.KeyEncrypted = false by default, according to the documentations) in
    both WLS 6.1 and WLS 7.0. But running WLS 7.0 startup script results the
    following error:
    <Sep 17, 2003 5:06:40 PM HST> <Alert> <WebLogicServer> <000297>
    <Inconsistent se
    curity configuration, java.lang.Exception: Cannot read private key from file
    C:\
    bea7\user_projects\agencyPortal\portal_islandinsurance_com-key.der. Make
    sure pa
    ssword specified in environment property weblogic.management.pkpassword is
    valid
    .>
    java.lang.Exception: Cannot read private key from file
    C:\bea7\user_projects\age
    ncyPortal\portal_islandinsurance_com-key.der. Make sure password specified
    in en
    vironment property weblogic.management.pkpassword is valid.
    at
    weblogic.security.service.SSLManager.getServerPrivateKey(SSLManager.j
    ava:434)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:153)
    at weblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:122)
    at weblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:1513)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:852)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
    at weblogic.Server.main(Server.java:32)
    Is this happening because the private key is actually encrypted with the
    password? It was working, although the KeyEncrypted is not set to true and
    the startup script for WLS 6.1 instance did have a line
    with -Dweblogic.management.pkpassword. Or could this error be result of
    something else? The physical machine the instances are located is the same
    and IP address and the DNS entry hasn't been changed, either.
    Any insight will be greatly appreciated. Thanks!
    Makoto

    Thanks Tony - it worked!!
    "Tony" <TonyV> wrote in message news:[email protected]...
    It may be because the private key is both unprotected and in DER format.
    There are some things to try:
    1) Convert the private key file from a DER file to a PEM file and try
    that:
    a) Follow the for converting an unprotected private key at:
    http://e-docs.bea.com/wls/docs70/adminguide/utils.html#1143743
    b) Look at the resulting PEM file, it should look something like
    this:
    -----BEGIN RSA PRIVATE KEY-----
    -----END RSA PRIVATE KEY-----
    (Be sure there is no extra lines or whitespace after thefooter)
    >
    c) Change your configuration to point at the PEM file
    If that doesn work, then you can try protecting the key with apassword
    using
    the wlkeytool utility (It should be in the server/bin directory). The
    tool should prompt
    for a password to use to protect it:
    wlkeytool inputkey.pem outputkey.pem
    Then change your configuration to use the protected private key, andset
    the passwod to use.
    Tony
    "Makoto Suzuki" <[email protected]> wrote in message
    news:[email protected]...
    Hello everyone,
    I'm trying to upgrade a WLS 6.1 SP2 with WLP 4.0 SP2 instance to WLS 7.0SP2
    with WLP 7.0 SP2. Everythng is fine except for that we cannot use the
    same
    SSL certificate. By defaul the private key is not encrypted withpassword
    (SSL.KeyEncrypted = false by default, according to the documentations)in
    both WLS 6.1 and WLS 7.0. But running WLS 7.0 startup script resultsthe
    following error:
    <Sep 17, 2003 5:06:40 PM HST> <Alert> <WebLogicServer> <000297>
    <Inconsistent se
    curity configuration, java.lang.Exception: Cannot read private key fromfile
    C:\
    bea7\user_projects\agencyPortal\portal_islandinsurance_com-key.der. Make
    sure pa
    ssword specified in environment property weblogic.management.pkpassword
    is
    valid
    .>
    java.lang.Exception: Cannot read private key from file
    C:\bea7\user_projects\age
    ncyPortal\portal_islandinsurance_com-key.der. Make sure passwordspecified
    in en
    vironment property weblogic.management.pkpassword is valid.
    at
    weblogic.security.service.SSLManager.getServerPrivateKey(SSLManager.j
    ava:434)
    atweblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:153)
    atweblogic.t3.srvr.SSLListenThread.<init>(SSLListenThread.java:122)
    atweblogic.t3.srvr.T3Srvr.initializeListenThreads(T3Srvr.java:1513)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:852)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:295)
    at weblogic.Server.main(Server.java:32)
    Is this happening because the private key is actually encrypted with the
    password? It was working, although the KeyEncrypted is not set to true
    and
    the startup script for WLS 6.1 instance did have a line
    with -Dweblogic.management.pkpassword. Or could this error be result of
    something else? The physical machine the instances are located is thesame
    and IP address and the DNS entry hasn't been changed, either.
    Any insight will be greatly appreciated. Thanks!
    Makoto

  • RBACx Encrypted Password Change Utility

    Hi all,
    In the OIA/SRM installation guide, there is a reference to a tool, to find out the password of rbacxservice.
    "Oracle Identity Analytics utilizes an encrypted password when communicating with the database.
    To change the default database password, use the RBACx Encrypted Password Change Utility"
    Could you please help me finding out this tool.
    Many thanks in advance.
    Warm regards,
    Manipradeep Sunku.

    The mentioned tool only encrypts the password so that you don't have to store a plain text password in the config file. It does not decrypt it. The default rbacxservice password is rbacxservice.
    The tool does not come with the OIA/SRM distribution so if you need it, you will need to contact support.

  • ACS 5.3 Default Backup Password

    When doing a backup on any of the ACS 5.x appliances by default the backup is encrypted with PGP. What password is used for that? Is it configurable?

    It is not configurable and that information wasnt made public. However, when you restore it should be able to decrypt it just fine.
    You can try opening a TAC case but when I was in TAC wasnt able to find that key either.
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • How to change the default JET (JumpStart) password

    I am using JET (Jumpstart Enterprise Toolkit) to jumpstart my servers. The default password, boajrOmU7GFmY, is saved in a encrypted form in jumpstart.conf. I want to change it, how do I know the encrypted form of my new password?
    Tom

    Usage: orapwd file=<fname> password=<password> entries=<users>
    where
    file - name of password file (mand),
    password - password for SYS and INTERNAL (mand),
    entries - maximum number of distinct DBA and OPERs (opt),
    There are no spaces around the equal-to (=) character.

  • Forgot password to access my Airport Time Capsule, can't restore Time Machine backup

    It is stupid, I know, but after the first time I setup Time Machine in my Airport Time Capsule (6 months ago) i never had to use the password because it stayed stored in my Keychain.
    Anyway, couple days ago I had to format the hard drive of my MacBook Pro and I did it thinking that I had a complete data backup stored in my Airport Time Capsule (encrypted data). It was late when I realized that I did not have the password written/stored anywhere. Nothing to do about it, just move on and start all over again.
    I need to clean up my Airport Time Capsule and set it to factory default. I already accepted that I will lose all my data and it is okay. So far all I found was how to reset the wifi user/password but nothing about deleting stored data or reset to factory default without having the encrypted password. Can you please help me? Thanks in advance!  

    The encrypted data is not related to the Time Capsule.. that is purely Time Machine.
    Very sorry for you.. it is one big danger when you encrypt.
    Reset to factory.
    Factory reset universal
    Power off the TC.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the TC to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    N.B. None of your files on the hard disk of the TC are deleted.. this simply clears out the router settings of the TC.
    Wipe the hard disk. Open the airport utility go to the disk tab. Click on erase disk.
    Select just quick erase.. it just deletes the file table and is not secure but fine for your purposes.

  • Does iTunes have a default password for initial encrypted backups?

    I have an iPhone that was connected to iTunes for the first time today.  It is a company device and IT has set a policy to require backups to be encrypted.
    When I first plugged the phone in, iTunes automatically did a backup as it had never seen the device before.  Due to a software issue, Apple recommended that I do a restore to factory settings and then restore from backup, so once the initial backup was completed, I performed the restore to factory just fine.  However, when I attempted to restore from backup, I was prompted for a password even though I was never prompted for a password when iTunes created the backup.  I have tried every password I can think of including my company domain password, iTunes password, iPhone passcode, etc...etc...to no avail.
    Does anyone know if there is some default password that iTunes using when doing an initial backup without prompting the user for a password?

    Caronold -
    I have the same problem when i updated to iOS6  3days ago from iOS5.1.1. I've tried every passwords i can think of but NO luck.
    Even the folks at genious bar said : good luck!!
    A Third party software that can decrypt?

  • How to sign in?  (problem with username and/or password)

    I created an account long ago for the Support Communities with an Apple ID:  xxx.mac.com.
    I created an account not so long ago for iTunes with an Apple ID:  xxx.gmail.com.
    Where they suppost to be the same?  Wasn't sure.  In any event, I've been using them both without a hitch.  Then I realized that I could have a password recovery problem with my Support Communities account because I haven't had the xxx.mac.com email address for several years now.
    Problem:  When I use my older Apple ID for Support Communities, it will not allow me to change my email to my current xxx.gmail.com address.  I suspect it recognizes the address is already being used with me newer Apple ID for iTunes.  My solution was to simply ditch the older ID and try signing in with my newer ID.  Unfortunately with that route, I get:
    "We're sorry.  Your account could not be created due to system issues.  Please contact Apple Support Communities with the information below to create your account."  [Which I've done, but no response.]
    Questions:  Are the ID support to be the same or different?  Either way, it doesn't really matter to me, but I either need to update my address for the older ID or be able to use my newer ID in Support Communities.  Because of this, I'm unable to use any type of email notification and I'm afraid I could have a problem with password recovery if I were in that position.
    Thanks for any comments.

    Problem solved and completely my error.
    My login with the old Apple Discussions was [email protected]  At some point, with the new Apple Support Communities, some time ago, I was prombed to create a new account and I did so.  My username was simply "xxx" without the "@mac.com".
    So that was the problem.  My old [email protected] still had my old address.  I kept logging in with this ID and kept trying to update my address.  Where I thought it was recognizing that this address was already used with my iTunes account, it was because it was used with my newer Support Communities ID (xxx) that I didn't even remember I had created.
    Turned out it was something so simple.  (I hate when that happens.)  I had to play my "idiot card".
    Thanks to Apple support for the direct email correspondence that finally got me on the right track.

  • Got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    got my password wrong twice and my mini is disable. I connected to iTunes, but can't get it to work. Can some one guide my through?

    If it's showing the red disabled screen due to incorrect passcodes then you may need to put the iPad into recovery mode : http://support.apple.com/kb/ht1808 - you should then be able to reset the iPad via your computer's iTunes and restore/resync your content to it

  • I am locked out of IMAP for want of a password and I don't know what password is required.

    I had an unauthorized attempt to login to my Gmail account which was blocked. Gmail wanted me to change my Google password, which I did. Gmail now works fine, but Thunderbird now asks for:
    "Enter your password for -- [email protected]@imap.gmail.com:" to which I have
    1. Put in the new password several times and gets rejected each time, and
    2. I deleted the old password, as well as the new password, that Thunderbird recorded, several times (The only way to change a password saved by the password manager is to delete it, get prompted for the new password the next time it needs it, and then tell it again to save that password. You can delete the password using Tools -> Options -> Privacy -> Passwords -> View Saved Passwords by selecting the password and then pressing the Remove button). I have been prompted for the new
    password.
    I keep getting the generated tiny reply at the bottom right of my screen" Thunderbird Alert from account [email protected]: Application specific password required: http://support.google.com/accounts/bin/answer=185833 (Failure).
    This question is similar to the gentleman having problems in the Uk/Carribean, but Gmail did not generate me a new password, I did.
    Any new suggestions welcome!

    ''""Enter your password for -- [email protected]@imap.gmail.com:"" ''
    on imap & smtp servers:: Change user name from [email protected] to pvedxxxxx
    Try another client. Perhaps [http://www.seamonkey-project.org SeaMonkey] (requires manual configuration of accounts).
    Since this is IMAP your messages are stored on the server, so the following should not cause you to loose any e-mails. Try the following as a last resort.
    Delete the account from Thunderbird and then add it; starting over from scratch.

Maybe you are looking for

  • Oracle B2B :(AIP-51505 : 5082: XEngine error - Guideline look-up failed)

    I am getting following error message on the remote host when I try to enque . In the error report (B2b Console) AIP-51505 : 5082: XEngine error - Guideline look-up failed I have already verified and re-verified the document properties/properties/revi

  • Passing a variable from Javascript to java variable in a JSP.

    Here is simple test Ive been messing around with. How do I assign the value that was selected in the radio button to a java variable in my JSP here. Javascript being client side and JSPs being serverside makes this difficult. <html> <head> <SCRIPT LA

  • Skype History Across Across Multiple Platforms

    I need to get acess to my entire Skype history from both of my platforms: Computer and iPhone. My iPhone one just displays my iPhone-based calls, and my computer displays the computer ones. I need to be able to print this call log for government purp

  • Error in remote call of destination MDX PARSER.

    Hi friends, creaed one req for importing appset into target system, while importing req (Operating systgem)  getting error message. Error in remote call of destination MDX PARSER. what might be reason ? Thanks, Naresh

  • Recordset  mysql with IN filter

    I think this is a wishlist thing, but if it can be done, I'd like to know how. It would be very helpful if there was more robust support for the "IN" filter on recordsets. While it works 'ok" with numeric values i.e. WHERE whatsit IN (1,2,3) DW seems