Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

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

  • 1 trả lời
  • 1 gặp vấn đề này
  • 33 lượt xem
  • Trả lời mới nhất được viết bởi 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?
Đính kèm ảnh chụp màn hình

Tất cả các câu trả lời (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()`.