Showing questions tagged: Show all questions
  • Archived

How do I remove suggested logins banner from Firefox for Android?

I've been using Firefox as my primary password manager ever since it became a feature in the browser. Unfortunately I recently had to switch to a different password manag… (read more)

I've been using Firefox as my primary password manager ever since it became a feature in the browser. Unfortunately I recently had to switch to a different password manager, one that supports family profiles & certain other features that Firefox doesn't. Now when I am about to login to a site using Firefox for Android I keep getting duplicate suggested logins prompts, one from Firefox & one from my new password manager.

I went in to Firefox on my desktop (there doesn't seem to be a way to bulk delete saved logins in Firefox for Android) and deleted all of my saved logins, then synced accordingly & synced on Firefox for Android as well, also being sure to disable all settings under Logins & Passwords in Firefox for Android. Unfortunately "suggest logins" isn't an option you can enable/disable in Firefox for Android presently. However as I'm continuing to use the browser on my phone, it still pops up the suggested logins prompt at the bottom of every login page.

This has grown into quite the annoyance for me, I must admit. Can you please inform me how to permanently disable the suggested logins prompt in Firefox for Android moving forward? Thanks in advance for your assistance!

Asked by Colin 1 year ago

Last reply by Paul 1 year ago

  • Solved
  • Archived

Credit Card Autofill

Hello. I'm Android Developer at Nord Security @NordPass password manager. I just wanted to ask about credit card autofill on Firefox Android browser. As far as I understa… (read more)

Hello. I'm Android Developer at Nord Security @NordPass password manager. I just wanted to ask about credit card autofill on Firefox Android browser. As far as I understand, it's not possible at the moment. Do you have any plans on making it possible? Or maybe there are any settings that need to be set before autofilling? I'm not talking about internal Firefox password manager solution, but about autofilling Credit Cards using another password manager such as 1Password, LastPass, NordPass etc.

Thanks in advance :) Zilvinas

Asked by zilvinas.tomkevicius 1 year ago

Answered by zilvinas.tomkevicius 1 year ago

  • Archived

change address

Hello..I'm trying to change my address for the auto fill function.but there's no European countries listed..only American states..I do have my Mozilla in English and woul… (read more)

Hello..I'm trying to change my address for the auto fill function.but there's no European countries listed..only American states..I do have my Mozilla in English and would love to keep it in English. I live in Berlin Germany..buts that's not offered.. Please help Thx Desney Bailey

Asked by Desney Bailey 1 year ago

Last reply by Paul 1 year ago

  • Archived

Problem with entering user names/passwords [Newest Firefox Android Update]

Good evening, ever since the latest update (and the version before it) I've encountered a problem with pasting saved user names and passwords into the login brackets. … (read more)

Good evening,

ever since the latest update (and the version before it) I've encountered a problem with pasting saved user names and passwords into the login brackets.

Expected behaviour: A website is loaded; the website is a login page for which I have saved user data. For the login id and password bracket each Firefox suggests the information via dropdown menu. I choose the specific data set, after which the brackets are filled automatically by the app.

Encountered behaviour: I choose the specific data set, but the information is not filled into the brackets. The user data has to be entered manually for each bracket.

Thanks in advance for the help!

Kind regards, Il_Bolognese

Asked by Il_Bolognese 1 year ago

Last reply by Il_Bolognese 1 year ago

  • Archived

Sync stored credentials are not entered on pages

Hello everybody. Been running Sync from day one and yesterday on my android firefox for some reason, even though I was offered the chance to enter my stored credentials … (read more)

Hello everybody.

Been running Sync from day one and yesterday on my android firefox for some reason, even though I was offered the chance to enter my stored credentials while logging in, nothing happened when I selected them: neither account name nor login was filled in. Tried different sites for which I've stored credentials, with the same result.

Closing and reopening firefox and even rebooting my phone did not help. I've deleted the app's cache as well, no change. Anyone noticed something similar?

Running 110.0.1 with only ublock origin as an extension, nothing else. Mobile is a Oneplus 6m running Android 11.

Asked by Michail Pappas 1 year ago

Last reply by Michail Pappas 1 year ago

  • Archived

Some autofill don't fill in front suggested log ins

I use Firefox to save and autofill passwords, which has worked perfect for years. It still works correctly on a Windows PC, but the problem is on my Huawei P30 pro phone.… (read more)

I use Firefox to save and autofill passwords, which has worked perfect for years. It still works correctly on a Windows PC, but the problem is on my Huawei P30 pro phone. It used to work correctly but I tried using the phones password manager for both websites and Apps, as a safety back up. I got confused because I was getting 2 lots of suggested log ons. Therefore I switched off everything apart from Firefox. Save passwords and autofill are enabled and some websites load correctly. However some websites where the family have a variety of logons I get all the suggested logons. The list of all usernames and passwords appear but when I touch them they don't automatically fill in. If I go into the password manager on Firefox on my phone all the correct details are saved but they just don't transfer to the website. It is strange because some sites do take the password - I'm not sure but I think it's when there are a variety of possible Loggins. I tried clearing all cookies, and logged out of Firefox and back in but still have the issue. Firefox sync is still working OK.

Asked by Trevor Z 1 year ago

Last reply by Paul 1 year ago

  • Archived

Not able to unlock Access to Saved Logins

Recently I found that I can't access to on all saved loigns and password on my phone Android Samsung. The face recognition pops out but failed to recognize and allow me t… (read more)

Recently I found that I can't access to on all saved loigns and password on my phone Android Samsung. The face recognition pops out but failed to recognize and allow me to go the list. ... all things are correct on my phone. The face recognition is working, one time un-install Firefox and Re-install again, nothing fixed.

There is no other solution that even can use my pattern to unlock.

Couldn't make screen shot, the security features not allow me to do.

Asked by hkorour 1 year ago

Last reply by Paul 1 year ago

  • Archived

Automatic email and password field filling stopped working

Firefox for Android 110.0.1 I have created a simple HTML login form (code pasted below). In the past it worked perfectly using Firefox on Android but now when I tap insi… (read more)

Firefox for Android 110.0.1

I have created a simple HTML login form (code pasted below). In the past it worked perfectly using Firefox on Android but now when I tap inside the email field the Suggested logins link appears above my keyboard as normal and, when I click on it, a list of suggested logins is presented as normal. If I tap on one of the suggested logins (A URL with ...... underneath representing the password) I am taken back to the login form but the suggested login has not populated the email and password fields which are still empty. So, I have to type or copy and paste the email and password into the fields in order to be able to login.

I have pasted the code below.

<meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title>

Login

<form method="post"> <label for="email-input">Email</label> <input type="email" id="email-input" name="email" required> <label for="password-input">Password</label> <input type="password" id="password-input" name="password" required> <input type="submit" id="submit-input" value="Login" name="submit"> </form>

Asked by greigsteve 1 year ago

Last reply by Paul 1 year ago

  • Archived

Account and password fields lose focus on some sites

When I try to logon to some sites, Google Drive for instance, the input field lose focus when I click and try to use my saved logins and the field stays empty. I go to th… (read more)

When I try to logon to some sites, Google Drive for instance, the input field lose focus when I click and try to use my saved logins and the field stays empty. I go to the URL, click the account name field, then the suggested logins (not sure what the exact English header says, since my settings are in Swedish), and it sort of quickly flicker and then the saved accounts and passwords comes up, but by then the field has lost its focus.

Asked by pepeu 1 year ago

Last reply by Paul 1 year ago

  • Archived

Auto fill not working at all

I have Firefox synced with my mobile and my desktop. I have a number of logins and passwords saved. When I go to a site I get suggested logins, I click on the appropria… (read more)

I have Firefox synced with my mobile and my desktop. I have a number of logins and passwords saved. When I go to a site I get suggested logins, I click on the appropriate one, and up until recently, whether on my cell or desktop it filled in and I click and can login. It recently stopped working on my cell. I can bring up the webpage, I still get suggested logins and click the appropriate one but nothing gets filled in, no user name and no password. I have logged out and relogged in, resync'd and it still doesn't work. Any suggestions before I stop using Firefox and look for another browser that works on desktop and cell?

Asked by 57cjtm 1 year ago

Last reply by Paul 1 year ago

  • Archived

Unlock Firefox for autofill to work

Hi, I have a Samsung Galaxy S10E phone. Firefox used to (with my permission) autofill all previously saved id/passwords in all apps. Now I receive a message stating 'unl… (read more)

Hi, I have a Samsung Galaxy S10E phone. Firefox used to (with my permission) autofill all previously saved id/passwords in all apps. Now I receive a message stating 'unlock Firefox'. My phone itself does not have an password and I don't want it to. Please advise, thank you.

Asked by kaweavermft 1 year ago

Last reply by s_beecher 1 year ago

  • Archived

autofill stopped working

Autofill stopped working on Android. I try to tick on and off both the boxes for autofill in settings. It has absolutely no effect on how the browser works. When I go to … (read more)

Autofill stopped working on Android. I try to tick on and off both the boxes for autofill in settings. It has absolutely no effect on how the browser works. When I go to a website I want to log in to, it shows suggested logins at the bottom. I can click on a selected saved user but nothing ever happens, not a single field is filled. When I turn off the autofill triggers in settings suprisingly autofill menu is still displayed on any page. Reinstalling did not work. Please help me. I was enjoying this browser but its a dealbreaker for me. My phone is Xiaomi Mi note pro 10 but I doubt it makes a difference

Asked by artur.supernak 1 year ago

Last reply by Paul 1 year ago

  • Archived

Autofill on Firefox for Android stopped working since two weeks

Since a couple of weeks my autofill for passwords stored in Firefox mobile stopped working. See in the image for my Android version. The version of my Firefox for Andro… (read more)

Since a couple of weeks my autofill for passwords stored in Firefox mobile stopped working. See in the image for my Android version.

The version of my Firefox for Android app is 110.1.0

I noticed it mostly for this website, but witness it on other websites too: https://inhuur-ns-com.force.com/vms/s/login/?language=en_US

Screen recording: https://photos.app.goo.gl/brvbdXEVVwQBWXDR6

To be clear, I don't use firefox as my password manager for other apps. I just want the passwords stored by firefox for logins to work on websites I visit with firefox.

Regards,

Leon

Asked by Leejjon 1 year ago

Last reply by Paul 1 year ago