Avatar for Username

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

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

Learn More

FF Browser asks to store password on invalid login, it's an ajax call to login

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 21 προβολές
  • Τελευταία απάντηση από user293

more options

I have a login screen and the submit button triggers an ajax call to load the logged in user's landing page. If he enters invalid credentials FF asks if he wants to save the login credentials too, how do I prevent FF from doing this.

I have a login screen and the submit button triggers an ajax call to load the logged in user's landing page. If he enters invalid credentials FF asks if he wants to save the login credentials too, how do I prevent FF from doing this.

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

more options

Basically, you can't. Firefox has no way of knowing if the login is valid or not, so it can't determine whether or not to ask about saving the login. If the login is invalid, you can dismiss the popup box by clicking the X in the top right corner.