Showing questions tagged: اعرض كل الأسئلة

saved logins related issue

if I go to any website then during login it doesn't suggest me I'd or username but suggest passwords in password section although I save both of them please correct this … (read more)

if I go to any website then during login it doesn't suggest me I'd or username but suggest passwords in password section although I save both of them please correct this because sometimes it creates turble for me.

Asked by gaurav 2 weeks ago

Firefox could not verify the authenticity...

Using Firefox mobile for android and GBoard. I've selected Firefox as my auto fill service. A few official apps (at least one banking app, for example) that I've downlo… (read more)

Using Firefox mobile for android and GBoard.

I've selected Firefox as my auto fill service.

A few official apps (at least one banking app, for example) that I've downloaded from the play store that report the following after I unlock and select the correct password:

"Firefox could not verify the authenticity of the application. Do you want to proceed with autofilling the selected credentials."

I can't seem to find any other report of this error so I'm curious what's going on.

Asked by pz 3 weeks ago

  • المُؤرشفة

Android Firefox not auto filling out user name and passwords

Android Firefox not auto filling out user name and passwords So Firefox will offer suggested logins and passwords but Won't Auto fill no matter what Setting are,,I've uni… (read more)

Android Firefox not auto filling out user name and passwords So Firefox will offer suggested logins and passwords but Won't Auto fill no matter what Setting are,,I've uninstalled,resigned in,it just won't auto fill logins,,I've used it for years and have loads of site that need filling,,can any one suggest anything

Asked by shawnswatson 1 year ago

Last reply by Paul 8 months ago

  • المُؤرشفة

"Unlock Firefox" poping up instead of autofill passwords. How to disable?

When logging in to any app or website, instead of my saved log in info(username, password) popping up or being auto-filled, I get a button that says "Unlock Firefox." Tap… (read more)

When logging in to any app or website, instead of my saved log in info(username, password) popping up or being auto-filled, I get a button that says "Unlock Firefox." Tapping or holding the button does nothing. How do I disable this "feature?"

Asked by butlerjonas 10 months ago

Last reply by Paul 8 months ago

  • المُؤرشفة

Unable to autofill username and password for certain websites in Firefox Android since version 110

Starting by Firefox Android version 110, the autofill for username and password didn't work for certain websites (in my case, it's: http://e-learning.stmi.ac.id/auth/log… (read more)

Starting by Firefox Android version 110, the autofill for username and password didn't work for certain websites (in my case, it's: http://e-learning.stmi.ac.id/auth/login). The option to choose username is there, but after clicking one of the username, it fails to fill in the login form.

Other websites with that same domain name (any.stmi.ac.id) also didn't work.

In desktop Firefox, the autofill works just fine for websites from that domain.

Please kindly help. Thank you

Asked by qpotez 1 year ago

Last reply by Paul 8 months ago

  • المُؤرشفة

autofil for Android not working

Recently autofill has stoped working, i get suggested login, address, credit card and tap on it, yet it doesn't populate the fields, tried turning on and off sync and st… (read more)

Recently autofill has stoped working, i get suggested login, address, credit card and tap on it, yet it doesn't populate the fields, tried turning on and off sync and still doesn't work

Asked by Stedmister 10 months ago

Last reply by Paul 8 months ago

  • المُؤرشفة

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

  • المُؤرشفة

Fast Access to Password

I use the Firefox password manager build into the Web browser app on android. Sometimes the autofill doesn't work on some apps/webservices so I need to manually copy the… (read more)

I use the Firefox password manager build into the Web browser app on android.

Sometimes the autofill doesn't work on some apps/webservices so I need to manually copy the password across.

Since you stopped supporting lockwise, this is a massive pain, I need to click through many menus, and once I change screen the vault locks again meaning it's very cumbersome to copy a username and password.

Is there a shortcut to access the password vault directly? Is it possible to add a widget that launches straight into the vault in the browser?

Asked by Josh Warren 9 months ago

Last reply by Paul 8 months ago

  • المُؤرشفة

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 8 months ago

  • المُؤرشفة

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 8 months ago

Lost my passwords after reinstall

Samsung Galaxy S9 plus. I mistakenly uninstalled Firefox, then reboored and reinstalled it. How do I recover my saved passwords? I tried going to the Data folder, but … (read more)

Samsung Galaxy S9 plus.

I mistakenly uninstalled Firefox, then reboored and reinstalled it. How do I recover my saved passwords?

I tried going to the Data folder, but there is only 1 folder there, "export messages", for an app that lets me print out or save existing text messages .

Help!!

Asked by whattodo 2 months ago

Last reply by TyDraniu 2 months ago

  • المُؤرشفة

bug in filling login fields

Hi, I was updated Firefox in my Android phone. Now, in websites with several saved logins (for example more than 6 account) when I tap on one of the accounts to fill user… (read more)

Hi, I was updated Firefox in my Android phone. Now, in websites with several saved logins (for example more than 6 account) when I tap on one of the accounts to fill username and password, it does not fill fields. In the previous versions I had not such problem.

Asked by 313ava 11 months ago

Last reply by Paul 8 months ago

  • المُؤرشفة

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 8 months ago

  • المُؤرشفة

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 8 months ago

  • المُؤرشفة

autofill in android not working

I have LGK51 and using google keyboard, also have tried Samsung keyboards. Auto fill is set for Firefox once I used the ' Master password' but had issues, deleted / t… (read more)

I have LGK51 and using google keyboard, also have tried Samsung keyboards. Auto fill is set for Firefox once I used the ' Master password' but had issues, deleted / turned off Mater password but ever since then autofill doesn't work or may work at random. I have already cleared cache/ uninstalled/ re-installed frefox / updated

cleared hidden cache  .... switched phones  - doesn't seem to matter what I try, it just doesnt fix

I am pretty tech savvy but I cant seem to get around it - help. Here's my specs : android version 12 Hardware version -Rev 1.0 Software : K500MM30f

Asked by D.Angel 1 year ago

Last reply by Paul 8 months ago

  • المُؤرشفة

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 8 months ago

"Autofill in other apps" toggle state is incorrect

I'm using KeepassDX to autofill my logins but even though I've selected it and it works, the toggle (can be found in "Settings -> Logins and Passwords") is always off.… (read more)

I'm using KeepassDX to autofill my logins but even though I've selected it and it works, the toggle (can be found in "Settings -> Logins and Passwords") is always off.

Asked by sh4dow 1 month ago