Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Mozilla password function no longer identifies Capital One login page.

I'm not entirely certain what to list this under... Mozilla Firefox updated a few weeks ago, not entirely certain which version started this issue. However, in the past, … (funda kabanzi)

I'm not entirely certain what to list this under... Mozilla Firefox updated a few weeks ago, not entirely certain which version started this issue. However, in the past, when I go to log into my Capital One app on iOS, the password function with Firefox on my iOS keyboard would automatically identify the Capital One login page through the app, and suggest my Capital One password accordingly.

Nowadays, after whichever update it was, now I have to type Capital One into the search bar for the password function. The password page also doesn't come up on dark mode, even though it did in the past, and my system settings are set to have everything in dark mode. Therefore, I'm wondering if it is user error or some thing that needs to be fixed on the back end.

Uninstalled and reinstalled both the Capital One and the Firefox app, as well as restarting my phone (iPhone 13). Nothing has changed. Thanks for your help.

Asked by hanque 1 inyanga edlule

Using AutoFill Firefox Passwords

I am trying to sign into a website using a username and password. I am using an iPad Pro. When I touch in the username field, I get a popup at the bottom of my screen rea… (funda kabanzi)

I am trying to sign into a website using a username and password. I am using an iPad Pro. When I touch in the username field, I get a popup at the bottom of my screen reading " for xxxx.xxx.edu -- Firefox [username] I touch that and get a message from Firefox saying: "To use the AutoFill feature for Firefox, you must have a device passcode enabled. The issue is I DO have a device passcode enabled. I don't know why Firefox is giving me this message and at that point, all I can to is cancel and return to the website login screen. Any suggestions or help? Thanks much!

Asked by tigerdg 1 inyanga edlule

suggested logins not working

Recently updated my galaxy s22 to android 14. Now Firefox does not suggest logins correctly for any sites. It knows that there is a saved login but the suggested option … (funda kabanzi)

Recently updated my galaxy s22 to android 14. Now Firefox does not suggest logins correctly for any sites. It knows that there is a saved login but the suggested option is 'purpled' out and no values are provided. Also when I navigate to settings it does not present the option to view any logins.

Asked by beastman1 4 izinyanga ezidlule

Last reply by Paul 4 izinyanga ezidlule

  • Okugcinwe kunqolobane

Some websites are not taking data from password autofill

Some websites in Bangladesh are not autofilling properly using mobile browser. IE https://ldtax.gov.bd/citizen/register Please take care … (funda kabanzi)

Some websites in Bangladesh are not autofilling properly using mobile browser. IE https://ldtax.gov.bd/citizen/register

Please take care

Asked by Iffat Ahmed 8 izinyanga ezidlule

Last reply by Dropa 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

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 … (funda kabanzi)

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 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

Report of password saving issue on Firefox mobile browser

I hope this message finds you well. I am writing to report an issue that I have been experiencing since updating my Firefox mobile browser. Whenever I visit websites like… (funda kabanzi)

I hope this message finds you well. I am writing to report an issue that I have been experiencing since updating my Firefox mobile browser. Whenever I visit websites like "https://adsl.tci.ir/panel/" that have stored passwords, the password field appears empty after selecting the saved password.

I have tried clearing my cache and disabling any add-ons, but the issue persists. I would greatly appreciate any assistance or guidance you can provide to resolve this issue.

Thank you for your time and attention.

Best regards,

Asked by MoshiR 1 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

suggested logins

when i go to a website i have passwords,the menu suggested logins opens on my phone,but when i click on that,it doesnt't work and i have to write everything.it used to wo… (funda kabanzi)

when i go to a website i have passwords,the menu suggested logins opens on my phone,but when i click on that,it doesnt't work and i have to write everything.it used to work,i think with some update,it doesn't work anymore.i cleared the cache,i cleared everything except the cookies,it still doesn't work

Asked by spyrskal 1 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

auto login

hi. recently on firefox android when i choose my desired login accounts on websites, after i tap on them, nothing will happen and i should fill them manually. i have my a… (funda kabanzi)

hi. recently on firefox android when i choose my desired login accounts on websites, after i tap on them, nothing will happen and i should fill them manually. i have my account sync for a long time a it is just happening recently. how can i fix it. thank you in advance

Asked by amirhossin.s2013 1 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

saved passwords

When entering a login in a other app, which I have saved in Firefox, I will see the "Unlock Firefox" button appear in my keyboard, with an icon for the fingerprint sensor… (funda kabanzi)

When entering a login in a other app, which I have saved in Firefox, I will see the "Unlock Firefox" button appear in my keyboard, with an icon for the fingerprint sensor which is my primary screen lock, but clicking it does nothing. Sometimes this corrects itself for a while and at random times comes back. I have found other users in the Help section having this problem but have found no solution or setting that causes it.

Asked by PJW 1 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

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.… (funda kabanzi)

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 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

"Suggested logins" doesn't work anymore

Hi, since a few days many logon sites were not filled with selected entries from "Suggested logins". Is this a known bug or does anybody else have the same problem? It … (funda kabanzi)

Hi,

since a few days many logon sites were not filled with selected entries from "Suggested logins". Is this a known bug or does anybody else have the same problem?

It occured on Firefox 111.1.0 (maybe earlier) but also on current nightly 113.0a1 .

Any idea?

Regards

Thomas

Asked by t.mueller71 1 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

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… (funda kabanzi)

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 unyaka odlule

Last reply by Paul 8 izinyanga ezidlule