Search Support

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

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

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?
Screen ƒe photowo kpe ɖe eŋu

All Replies (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()`.