Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 1 risposta
  • 1 ha questo problema
  • 44 visualizzazioni
  • Ultima risposta di 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?
Immagini allegate

Tutte le risposte (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()`.