Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

How can I save passwords for AWS accounts sharing the same username?

  • 1 răspuns
  • 1 are această problemă
  • 44 de vizualizări
  • Ultimul răspuns de Jason R. Coombs

more options

As a software developer, I have access to several AWS accounts, and because I'm one person, I use the same username in these different accounts. The login form solicits Account ID, Username, and Password. I'd like to store in the Firefox password manager the credentials for multiple accounts that share the same username, but when I enter the account id, username, and password for a new account when the username matches on another account, I'm prompted to Update the password rather than Save it.

Unfortunately, Amazon doesn't give separate URLs for logging into the different accounts.

I think I've seen on some sites that Firefox can distinguish different accounts of the same username based on other fields in the form. In this case, I'd like the Account ID to distinguish different credentials.

Is what I desire possible? Is there a way to configure it without a software update?

As a software developer, I have access to several AWS accounts, and because I'm one person, I use the same username in these different accounts. The login form solicits Account ID, Username, and Password. I'd like to store in the Firefox password manager the credentials for multiple accounts that share the same username, but when I enter the account id, username, and password for a new account when the username matches on another account, I'm prompted to Update the password rather than Save it. Unfortunately, Amazon doesn't give separate URLs for logging into the different accounts. I think I've seen on some sites that Firefox can distinguish different accounts of the same username based on other fields in the form. In this case, I'd like the Account ID to distinguish different credentials. Is what I desire possible? Is there a way to configure it without a software update?
Capturi de ecran atașate

Toate răspunsurile (1)

more options

I should note also that Firefox doesn't prompt by default on the login form because the form submission is trapped by JS, so to trigger the password save, I run `document.querySelector('form').submit()`.