Unable to see saved passwords on Chrome for Mac v 71.0.3578.98





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I used to be able to see my passwords in Chrome like this:



enter image description here



But this does not work anymore in my current version of Chrome (71.0.3578.98 for Mac):



enter image description here



For some reason:




  • All my saved passwords have moved under the "Never saved" section (but I have confirmed that these passwords are still saved and auto-filled when I go to these domains)

  • The buttons to show the password (and other options) don't exist anymore.


How can I get back the button to see my saved passwords? If that's not possible, how can I export them? Thanks!










share|improve this question























  • Beyond the one IP address that's listed in both pics, I'm not sure that you can say all of your saved passwords have moved to the Never Save section. You should check that your passwords are still stored online (click the passwords.google.com link in the 2nd pic). Then, sign out of Chrome, sign back in, and re-sync from your online saved profile. If that doesn't repeat, but throw away your Chrome profile folder on your Mac in between signing out and in.

    – jimtut
    Feb 7 at 0:38











  • Thansk @jimtut . About your first comment, I have 50+ passwords in the "Never Saved" section, which seems a plausible number, and they all seem to work. About the second comment, I have never been signed in to Chrome. These passwords are only in my local machine, and I would prefer to keep it this way.

    – Nicolas G
    Feb 7 at 21:47











  • What do you see if you click that link to View and Manage Passwords in your Google acct? If you're not signed into Chrome, I would expect that to say something different. Also, have you looked in your Mac Keychain? There's a chance Chrome is saving them there.

    – jimtut
    Feb 8 at 6:37











  • There's one more thing you can try, if you're very comfortable in the Terminal and with SQL. I had to recover passwords from a corrupted Chrome profile once, and I was able to do with SQL (Chrome uses a database file to store them), but it's not easy, requires some hunting around (SQL "select"), reformatting data maybe in a good text editor, and copying the data to a new Chrome profile (SQL "insert"). If the other stuff didn't help you find them and you can handle the SQL, let me know and I'll write up a full answer later on Friday.

    – jimtut
    Feb 8 at 7:04


















0















I used to be able to see my passwords in Chrome like this:



enter image description here



But this does not work anymore in my current version of Chrome (71.0.3578.98 for Mac):



enter image description here



For some reason:




  • All my saved passwords have moved under the "Never saved" section (but I have confirmed that these passwords are still saved and auto-filled when I go to these domains)

  • The buttons to show the password (and other options) don't exist anymore.


How can I get back the button to see my saved passwords? If that's not possible, how can I export them? Thanks!










share|improve this question























  • Beyond the one IP address that's listed in both pics, I'm not sure that you can say all of your saved passwords have moved to the Never Save section. You should check that your passwords are still stored online (click the passwords.google.com link in the 2nd pic). Then, sign out of Chrome, sign back in, and re-sync from your online saved profile. If that doesn't repeat, but throw away your Chrome profile folder on your Mac in between signing out and in.

    – jimtut
    Feb 7 at 0:38











  • Thansk @jimtut . About your first comment, I have 50+ passwords in the "Never Saved" section, which seems a plausible number, and they all seem to work. About the second comment, I have never been signed in to Chrome. These passwords are only in my local machine, and I would prefer to keep it this way.

    – Nicolas G
    Feb 7 at 21:47











  • What do you see if you click that link to View and Manage Passwords in your Google acct? If you're not signed into Chrome, I would expect that to say something different. Also, have you looked in your Mac Keychain? There's a chance Chrome is saving them there.

    – jimtut
    Feb 8 at 6:37











  • There's one more thing you can try, if you're very comfortable in the Terminal and with SQL. I had to recover passwords from a corrupted Chrome profile once, and I was able to do with SQL (Chrome uses a database file to store them), but it's not easy, requires some hunting around (SQL "select"), reformatting data maybe in a good text editor, and copying the data to a new Chrome profile (SQL "insert"). If the other stuff didn't help you find them and you can handle the SQL, let me know and I'll write up a full answer later on Friday.

    – jimtut
    Feb 8 at 7:04














0












0








0








I used to be able to see my passwords in Chrome like this:



enter image description here



But this does not work anymore in my current version of Chrome (71.0.3578.98 for Mac):



enter image description here



For some reason:




  • All my saved passwords have moved under the "Never saved" section (but I have confirmed that these passwords are still saved and auto-filled when I go to these domains)

  • The buttons to show the password (and other options) don't exist anymore.


How can I get back the button to see my saved passwords? If that's not possible, how can I export them? Thanks!










share|improve this question














I used to be able to see my passwords in Chrome like this:



enter image description here



But this does not work anymore in my current version of Chrome (71.0.3578.98 for Mac):



enter image description here



For some reason:




  • All my saved passwords have moved under the "Never saved" section (but I have confirmed that these passwords are still saved and auto-filled when I go to these domains)

  • The buttons to show the password (and other options) don't exist anymore.


How can I get back the button to see my saved passwords? If that's not possible, how can I export them? Thanks!







macos google-chrome passwords






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 5 at 19:57









Nicolas GNicolas G

1267




1267













  • Beyond the one IP address that's listed in both pics, I'm not sure that you can say all of your saved passwords have moved to the Never Save section. You should check that your passwords are still stored online (click the passwords.google.com link in the 2nd pic). Then, sign out of Chrome, sign back in, and re-sync from your online saved profile. If that doesn't repeat, but throw away your Chrome profile folder on your Mac in between signing out and in.

    – jimtut
    Feb 7 at 0:38











  • Thansk @jimtut . About your first comment, I have 50+ passwords in the "Never Saved" section, which seems a plausible number, and they all seem to work. About the second comment, I have never been signed in to Chrome. These passwords are only in my local machine, and I would prefer to keep it this way.

    – Nicolas G
    Feb 7 at 21:47











  • What do you see if you click that link to View and Manage Passwords in your Google acct? If you're not signed into Chrome, I would expect that to say something different. Also, have you looked in your Mac Keychain? There's a chance Chrome is saving them there.

    – jimtut
    Feb 8 at 6:37











  • There's one more thing you can try, if you're very comfortable in the Terminal and with SQL. I had to recover passwords from a corrupted Chrome profile once, and I was able to do with SQL (Chrome uses a database file to store them), but it's not easy, requires some hunting around (SQL "select"), reformatting data maybe in a good text editor, and copying the data to a new Chrome profile (SQL "insert"). If the other stuff didn't help you find them and you can handle the SQL, let me know and I'll write up a full answer later on Friday.

    – jimtut
    Feb 8 at 7:04



















  • Beyond the one IP address that's listed in both pics, I'm not sure that you can say all of your saved passwords have moved to the Never Save section. You should check that your passwords are still stored online (click the passwords.google.com link in the 2nd pic). Then, sign out of Chrome, sign back in, and re-sync from your online saved profile. If that doesn't repeat, but throw away your Chrome profile folder on your Mac in between signing out and in.

    – jimtut
    Feb 7 at 0:38











  • Thansk @jimtut . About your first comment, I have 50+ passwords in the "Never Saved" section, which seems a plausible number, and they all seem to work. About the second comment, I have never been signed in to Chrome. These passwords are only in my local machine, and I would prefer to keep it this way.

    – Nicolas G
    Feb 7 at 21:47











  • What do you see if you click that link to View and Manage Passwords in your Google acct? If you're not signed into Chrome, I would expect that to say something different. Also, have you looked in your Mac Keychain? There's a chance Chrome is saving them there.

    – jimtut
    Feb 8 at 6:37











  • There's one more thing you can try, if you're very comfortable in the Terminal and with SQL. I had to recover passwords from a corrupted Chrome profile once, and I was able to do with SQL (Chrome uses a database file to store them), but it's not easy, requires some hunting around (SQL "select"), reformatting data maybe in a good text editor, and copying the data to a new Chrome profile (SQL "insert"). If the other stuff didn't help you find them and you can handle the SQL, let me know and I'll write up a full answer later on Friday.

    – jimtut
    Feb 8 at 7:04

















Beyond the one IP address that's listed in both pics, I'm not sure that you can say all of your saved passwords have moved to the Never Save section. You should check that your passwords are still stored online (click the passwords.google.com link in the 2nd pic). Then, sign out of Chrome, sign back in, and re-sync from your online saved profile. If that doesn't repeat, but throw away your Chrome profile folder on your Mac in between signing out and in.

– jimtut
Feb 7 at 0:38





Beyond the one IP address that's listed in both pics, I'm not sure that you can say all of your saved passwords have moved to the Never Save section. You should check that your passwords are still stored online (click the passwords.google.com link in the 2nd pic). Then, sign out of Chrome, sign back in, and re-sync from your online saved profile. If that doesn't repeat, but throw away your Chrome profile folder on your Mac in between signing out and in.

– jimtut
Feb 7 at 0:38













Thansk @jimtut . About your first comment, I have 50+ passwords in the "Never Saved" section, which seems a plausible number, and they all seem to work. About the second comment, I have never been signed in to Chrome. These passwords are only in my local machine, and I would prefer to keep it this way.

– Nicolas G
Feb 7 at 21:47





Thansk @jimtut . About your first comment, I have 50+ passwords in the "Never Saved" section, which seems a plausible number, and they all seem to work. About the second comment, I have never been signed in to Chrome. These passwords are only in my local machine, and I would prefer to keep it this way.

– Nicolas G
Feb 7 at 21:47













What do you see if you click that link to View and Manage Passwords in your Google acct? If you're not signed into Chrome, I would expect that to say something different. Also, have you looked in your Mac Keychain? There's a chance Chrome is saving them there.

– jimtut
Feb 8 at 6:37





What do you see if you click that link to View and Manage Passwords in your Google acct? If you're not signed into Chrome, I would expect that to say something different. Also, have you looked in your Mac Keychain? There's a chance Chrome is saving them there.

– jimtut
Feb 8 at 6:37













There's one more thing you can try, if you're very comfortable in the Terminal and with SQL. I had to recover passwords from a corrupted Chrome profile once, and I was able to do with SQL (Chrome uses a database file to store them), but it's not easy, requires some hunting around (SQL "select"), reformatting data maybe in a good text editor, and copying the data to a new Chrome profile (SQL "insert"). If the other stuff didn't help you find them and you can handle the SQL, let me know and I'll write up a full answer later on Friday.

– jimtut
Feb 8 at 7:04





There's one more thing you can try, if you're very comfortable in the Terminal and with SQL. I had to recover passwords from a corrupted Chrome profile once, and I was able to do with SQL (Chrome uses a database file to store them), but it's not easy, requires some hunting around (SQL "select"), reformatting data maybe in a good text editor, and copying the data to a new Chrome profile (SQL "insert"). If the other stuff didn't help you find them and you can handle the SQL, let me know and I'll write up a full answer later on Friday.

– jimtut
Feb 8 at 7:04










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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/3.0/"u003ecc by-sa 3.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%2fsuperuser.com%2fquestions%2f1402389%2funable-to-see-saved-passwords-on-chrome-for-mac-v-71-0-3578-98%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • 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%2fsuperuser.com%2fquestions%2f1402389%2funable-to-see-saved-passwords-on-chrome-for-mac-v-71-0-3578-98%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

Список кардиналов, возведённых папой римским Каликстом III

Deduzione

Mysql.sock missing - “Can't connect to local MySQL server through socket”