What is keyring defaultWhat does a Keyring do?How to recover/reset forgotten Gnome Keyring Password?12.04 upgrade not workingPassword on Keyring ubuntu 12.04Problem Unlocking Keyring on loginHow can I get gnome-keyring-daemon to prompt for ssh-key password in the terminal instead of the GUIWhat is the default apache2 log format and where is defined such default?

Did Ohio pass a law granting students the right to give scientifically wrong answers consistent with their religious beliefs?

Would a warhorse allow its rider to approach a Dragon at all?

"Store" a remote SSH session?

Is it a mistake to use a password that has previously been used (by anyone ever)?

Is there way to randomly distribute points within a circle on the surface of a sphere?

Balancing empathy and deferring to the syllabus in teaching responsibilities

Using a sealant to stop a toilet tank leak

Prevent function taking const std::string& from accepting 0

GLPK: meaning of the "marginal' column in the solution output

German SIM card for a two-week visit?

Were there ever 12-, 24-, 48-, etc bit processors?

"Startup" working hours - is it normal to be asked to work 11 hours/ day?

Is "montäglich" commonly used?

What does "lequel" mean in this sentence, and how does the rest of its grammar operate?

How cryogenic oxygen was heated up for CM cabin repressurization?

Is a fully qualified class name down to global scope ever required for out-of-line member function definitions?

Does toddler keep hands around private parts?

Hand propping Cessna 172N, with a pilot and a non intuned passenger

Is a Fourier transform a sound way to analyse a transient signal?

Python's .split() implemented in C

How to use a Moebius strip for puzzle creation?

Are we experiencing lower level of gravity now compared to past?

In guitar, why some players "pulse" a chord? (press while strumming, relax, press it again)

How can a bigfoot hide from satellites?



What is keyring default


What does a Keyring do?How to recover/reset forgotten Gnome Keyring Password?12.04 upgrade not workingPassword on Keyring ubuntu 12.04Problem Unlocking Keyring on loginHow can I get gnome-keyring-daemon to prompt for ssh-key password in the terminal instead of the GUIWhat is the default apache2 log format and where is defined such default?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









2


















Everytime I log on line this pops up " Enter password for keyring 'Default' to unlock " what does it mean? I do not know where to look for this password, I do not know the password that it wants.










share|improve this question




















  • 1





    What program do you use to "log on line"? What changes have you made to your system? Have you tried your login password?

    – waltinator
    Nov 25 '16 at 19:39

















2


















Everytime I log on line this pops up " Enter password for keyring 'Default' to unlock " what does it mean? I do not know where to look for this password, I do not know the password that it wants.










share|improve this question




















  • 1





    What program do you use to "log on line"? What changes have you made to your system? Have you tried your login password?

    – waltinator
    Nov 25 '16 at 19:39













2













2









2








Everytime I log on line this pops up " Enter password for keyring 'Default' to unlock " what does it mean? I do not know where to look for this password, I do not know the password that it wants.










share|improve this question














Everytime I log on line this pops up " Enter password for keyring 'Default' to unlock " what does it mean? I do not know where to look for this password, I do not know the password that it wants.







12.04






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 25 '16 at 19:29









David WilsonDavid Wilson

211 silver badge3 bronze badges




211 silver badge3 bronze badges










  • 1





    What program do you use to "log on line"? What changes have you made to your system? Have you tried your login password?

    – waltinator
    Nov 25 '16 at 19:39












  • 1





    What program do you use to "log on line"? What changes have you made to your system? Have you tried your login password?

    – waltinator
    Nov 25 '16 at 19:39







1




1





What program do you use to "log on line"? What changes have you made to your system? Have you tried your login password?

– waltinator
Nov 25 '16 at 19:39





What program do you use to "log on line"? What changes have you made to your system? Have you tried your login password?

– waltinator
Nov 25 '16 at 19:39










1 Answer
1






active

oldest

votes


















3



















I guess your configuration looks like this:



  • Your browser is Chromium, Chrome or similar

  • You want to log in on a website to which your browser has stored the password

  • You have automatic login for your Ubuntu user account enabled so that you need no password to log in.

The automatic login functionality allows you to unlock your account and start the user session, but it does not unlock your default keyring.



See What does a Keyring do? to learn more about those keyrings. Basically it is like a password-protected encrypted storage for all kinds of credentials, used by the system and also used by Chrome-like browsers to store web passwords.



And there is your problem, as you did not enter your password to log in to your Ubuntu user account, the default keyring is still encrypted and your browser can not read its stored logins for the site you want to visit from it. Therefore it shows a dialogue asking you for the correct password to unlock they keyring - your login password.






share|improve this answer





























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f853597%2fwhat-is-keyring-default%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3



















    I guess your configuration looks like this:



    • Your browser is Chromium, Chrome or similar

    • You want to log in on a website to which your browser has stored the password

    • You have automatic login for your Ubuntu user account enabled so that you need no password to log in.

    The automatic login functionality allows you to unlock your account and start the user session, but it does not unlock your default keyring.



    See What does a Keyring do? to learn more about those keyrings. Basically it is like a password-protected encrypted storage for all kinds of credentials, used by the system and also used by Chrome-like browsers to store web passwords.



    And there is your problem, as you did not enter your password to log in to your Ubuntu user account, the default keyring is still encrypted and your browser can not read its stored logins for the site you want to visit from it. Therefore it shows a dialogue asking you for the correct password to unlock they keyring - your login password.






    share|improve this answer
































      3



















      I guess your configuration looks like this:



      • Your browser is Chromium, Chrome or similar

      • You want to log in on a website to which your browser has stored the password

      • You have automatic login for your Ubuntu user account enabled so that you need no password to log in.

      The automatic login functionality allows you to unlock your account and start the user session, but it does not unlock your default keyring.



      See What does a Keyring do? to learn more about those keyrings. Basically it is like a password-protected encrypted storage for all kinds of credentials, used by the system and also used by Chrome-like browsers to store web passwords.



      And there is your problem, as you did not enter your password to log in to your Ubuntu user account, the default keyring is still encrypted and your browser can not read its stored logins for the site you want to visit from it. Therefore it shows a dialogue asking you for the correct password to unlock they keyring - your login password.






      share|improve this answer






























        3















        3











        3









        I guess your configuration looks like this:



        • Your browser is Chromium, Chrome or similar

        • You want to log in on a website to which your browser has stored the password

        • You have automatic login for your Ubuntu user account enabled so that you need no password to log in.

        The automatic login functionality allows you to unlock your account and start the user session, but it does not unlock your default keyring.



        See What does a Keyring do? to learn more about those keyrings. Basically it is like a password-protected encrypted storage for all kinds of credentials, used by the system and also used by Chrome-like browsers to store web passwords.



        And there is your problem, as you did not enter your password to log in to your Ubuntu user account, the default keyring is still encrypted and your browser can not read its stored logins for the site you want to visit from it. Therefore it shows a dialogue asking you for the correct password to unlock they keyring - your login password.






        share|improve this answer
















        I guess your configuration looks like this:



        • Your browser is Chromium, Chrome or similar

        • You want to log in on a website to which your browser has stored the password

        • You have automatic login for your Ubuntu user account enabled so that you need no password to log in.

        The automatic login functionality allows you to unlock your account and start the user session, but it does not unlock your default keyring.



        See What does a Keyring do? to learn more about those keyrings. Basically it is like a password-protected encrypted storage for all kinds of credentials, used by the system and also used by Chrome-like browsers to store web passwords.



        And there is your problem, as you did not enter your password to log in to your Ubuntu user account, the default keyring is still encrypted and your browser can not read its stored logins for the site you want to visit from it. Therefore it shows a dialogue asking you for the correct password to unlock they keyring - your login password.







        share|improve this answer















        share|improve this answer




        share|improve this answer








        edited Apr 13 '17 at 12:25









        Community

        1




        1










        answered Nov 25 '16 at 19:51









        Byte CommanderByte Commander

        79.9k29 gold badges197 silver badges341 bronze badges




        79.9k29 gold badges197 silver badges341 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f853597%2fwhat-is-keyring-default%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?