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

Logins & Passwords

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

more options

When I create a login for this website: https://empirelegal.reporterbase.com/contact

the system removes the "/contact" part, therefore, it does not go to the correct login page. Why does the system remove part of my website?

When I create a login for this website: https://empirelegal.reporterbase.com/contact the system removes the "/contact" part, therefore, it does not go to the correct login page. Why does the system remove part of my website?

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

more options

Your password will be valid for every page on this subdomain, everything after the / sign is not important, that's why it was cut off.

more options

You will have to use a bookmark for this specific file path and not open the link via the Lockwise page.

more options

TyDraniu, that does not appear to be accurate. It does not pre-fill username and password.

cor-el, I did save as a bookmark. It does not pre-fill username and password in the bookmark.

more options

DCM Ventures, LLC said

TyDraniu, that does not appear to be accurate. It does not pre-fill username and password.

Because your <input> field has autocomplete="new-password" attribute. It won't be pre-filled.

more options

Firefox doesn't recognize an input field with autocomplete="new-password" as a login field, i.e no "Manage Logins" or "Use Saved Login" in the right-click context menu like the password field has. We had a similar question reported some time ago and I posted a bookmarklet to remove this autocomplete attribute.

  • /questions/1348843 [FF 91.0.2] - Only being able to save the PASSWORD of a specific homepage, but not the USERNAME
  • javascript:/*LOGIN:new-password*/void(document.querySelector('input[type=text][autocomplete=new-password]').removeAttribute('autocomplete'));