How do I get only site-specific user names and passwords?
-
burnout426 Volunteer last edited by
Those will show you some of the matching code for autofill if you're interested.
-
burnout426 Volunteer last edited by burnout426
@5zveqzrhwv said in How do I get only site-specific user names and passwords?:
https://app.reputation.com/auth - a long list of email addresses (none of which are the user for this site)
Hmm, I can't reproduce this in Opera or Chrome. In
opera://settings/addresses
, I have 3 entries each with their own email address. None of them are suggested in the email field on the site. Same with https://www.join.me/login.aspx. -
5zveqzrhwv last edited by
Hmm, I can't reproduce this in Opera or Chrome. In
opera://settings/addresses
, I have 3 entries each with their own email address. None of them are suggested in the email field on the site. Same with https://www.join.me/login.aspx.In that settings location I have 6 physical addresses 3 of which have email addresses none of which are the ones that show up in 6 email addresses that show up when I click in the email field at join.me!
-
5zveqzrhwv last edited by
@burnout426 said in How do I get only site-specific user names and passwords?:
For sites that use autocomplete="off", see https://chrome.google.com/webstore/search/autocomplete?_category=extensions.
Cool. Well, I'll add that to my arsenal of things but it seems that it will just add more entries to fields when I click on them No saying that I'll actually get the right one!
-
burnout426 Volunteer last edited by
@5zveqzrhwv Okay. I'd open the "Web Data" file in a text editor or sqlite reader and search for some of the addresses that do show up to see if they're in there at least.
If you don't find them there, I'd export your passwords to csv file (directions mentioned earlier) to confirm they're coming from your saved login data entries. If so, I would see if all the ones that show up on the https://www.join.me/login.aspx page have
https://www.join.me/login.aspx
for the page in the csv file. (Just to see if there's some kind of pattern besides a username being an email address.) -