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".

Tìm hiểu thêm

My saved username and password is not being displayed on 1 website

  • 7 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

The full website link has /users/login, but when I checked the saved passwords, the link stops before the first /, its just websitename.com, instead of wesbsitename.com/users/login, and I suspect the full link not being save is whats causing it not to show up. Is there any way to brute force it to show up?

The full website link has /users/login, but when I checked the saved passwords, the link stops before the first /, its just websitename.com, instead of wesbsitename.com/users/login, and I suspect the full link not being save is whats causing it not to show up. Is there any way to brute force it to show up?

Tất cả các câu trả lời (7)

more options

That is how saving a login works in Firefox, only the origin (protocol and hostname) is stored and not a possible path, so you distinguish logins for various paths. You would need a third-party password manager to get support for this.

more options

cor-el said

That is how saving a login works in Firefox, only the origin (protocol and hostname) is stored and not a possible path, so you distinguish logins for various paths. You would need a third-party password manager to get support for this.

any chance you could recommend a a third-party password manager?


P.S. I dont get it, it works in Chrome, just not in Firefox, I feel like im missing something.

more options

Do you see "Use Saved Password" if you right-click username and password field?

Do you see an autocomplete attribute in the input tag if you right-click username field and open the Inspector?

more options

jonzn4SUSE said

What site(s)?

one national bank's website

more options

cor-el said

Do you see "Use Saved Password" if you right-click username and password field? Do you see an autocomplete attribute in the input tag if you right-click username field and open the Inspector?

no, I dont see either

Được chỉnh sửa bởi ThSoMa vào

more options

If "Use Saved Password" is missing in the right-click context menu then this means that Firefox doesn't recognize the fields as part of a login form. You would have to check both fields in the Inspector like I posted above to see what attributes those fields have. The username field usually has type="text", but can have an autocomplete attribute with a value that Firefox doesn't recognize/support. The password field should have a type="password" attribute to make Firefox recognize it as a password field and should appear directly under the username field in the DOM tree with no other input fields in between.