Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

Firefox doesn't import my adsl router saved username

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 12 προβολές
  • Τελευταία απάντηση από alirezafy

more options

Hello There is something about firefox that bothers me for a long time, when i want to enter into my adsl router settings it doesn't apply username to the username field and i have to click on password field to select saved username & password but even after that only password get imported and i have to enter username manauly in order to access router settings... I don't have this kind of issue on any other browse eg: ie, chrome, edge ... It's not big deal but i'm fan and i want firefox to be ahead of other browsers also i can provide any technical information if you want. Thanks in advance

Hello There is something about firefox that bothers me for a long time, when i want to enter into my adsl router settings it doesn't apply username to the username field and i have to click on password field to select saved username & password but even after that only password get imported and i have to enter username manauly in order to access router settings... I don't have this kind of issue on any other browse eg: ie, chrome, edge ... It's not big deal but i'm fan and i want firefox to be ahead of other browsers also i can provide any technical information if you want. Thanks in advance
Συνημμένα στιγμιότυπα

Όλες οι απαντήσεις (2)

more options

Do you see "Use Saved Login" if you right-click the username field like you probably have in the right-click context menu of the password field (Use Saved Login)? If that isn't the case then there might be a problem with the username field. I've seen case where the presence of an "autocomplete=new-password" attribute on the input field is causing this.

You can right-click and select "Inspect Element" to open the built-in Inspector with this element selected.

more options

Thanks for your tips I don't see "Use Saved Login" If i right-click the username field but in password field it's working... After inspecting username field i can see autocomplete is "off" but there is a strange thing, the input type for username is "type="input""! it shouldn't be "type="text""? because in other login pages that working fine it's defined "text". Anyway after i set "type="text"" it's get fixed but how i define this to be permanent? and how other browsers handle this and firefox don't?