Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

passwords display (not masked with *****) and not accepted

more options

on only one web site (so far) when I try to put my user name and password the password is not masked with ***** as it usually is and it is not accepted as valid. I can use Firefox on another computer or on this one as another user or Safari and it works fine. I cleared history and rebooted my computer but same problem, only with Firefox on this computer and this user.

on only one web site (so far) when I try to put my user name and password the password is not masked with ***** as it usually is and it is not accepted as valid. I can use Firefox on another computer or on this one as another user or Safari and it works fine. I cleared history and rebooted my computer but same problem, only with Firefox on this computer and this user.

Alle Antworten (1)

more options

I think Firefox will mask the password only if the web site specifies that the input box is of the password type.

In other words, the username field usually is coded like this:

<input type="text" name="user">

And the password field usually is coded like this:

<input type="password" name="pass">

If that is being overridden, it could be due to an add-on.

When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.

1. Clear Firefox's Cache

Firefox > Preferences > Advanced

On the Network mini-tab > Offline Storage : "Clear Now"

2. If needed, delete the site's cookies here

While viewing a page on the site, right-click [or Mac equivalent] and choose View Page Info > Security > "View Cookies"

Then try reloading the page. Does that help?