Firefox 30 login not working

Discuss how to use and promote Web standards with the Mozilla Gecko engine.
Post Reply
vbbucks
Posts: 5
Joined: July 2nd, 2014, 6:52 am

Firefox 30 login not working

Post by vbbucks »

We have an extra-net site that is working for some Firefox 30 users and not working for others. We have determined that if this about:config setting [ signon.remembersignons ] is true the login name is not passed into our application. Once it is set to false, the login works. Our login form is an HTTPS page in an iFrame on an HTTP page.

This has only started with Firefox 30 users. Hopefully, the Firefox team will fix this quickly or we can find a work-around to put on our page. The current "solution" is to tell users to use Chrome. I do not like that however we need to let them log in.
User avatar
DanRaisch
Moderator
Posts: 127228
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Firefox 30 login not working

Post by DanRaisch »

Please note the disclaimer at the right side of this page -- mozillaZine is an independent Mozilla community and advocacy site. We're not affiliated or endorsed by the Mozilla Corporation but we love them just the same.

Moving to Web Development.
vbbucks
Posts: 5
Joined: July 2nd, 2014, 6:52 am

Re: Firefox 30 login not working

Post by vbbucks »

Hopefully the Mozilla devs spend a lot of time here. The www.mozilla.org site is terrible for bugs.

I was hoping that putting autocomplete off on the login input field would solve the problem but that did not work :(

Has anybody solved this on their web page?

Thanks in advance
User avatar
trolly
Moderator
Posts: 39851
Joined: August 22nd, 2005, 7:25 am

Re: Firefox 30 login not working

Post by trolly »

Does it work if you display only the content of the iframe?
Think for yourself. Otherwise you have to believe what other people tell you.
A society based on individualism is an oxymoron. || Freedom is at first the freedom to starve.
Constitution says: One man, one vote. Supreme court says: One dollar, one vote.
vbbucks
Posts: 5
Joined: July 2nd, 2014, 6:52 am

Re: Firefox 30 login not working

Post by vbbucks »

Still get the same result.

Thanks for the suggestion.
vbbucks
Posts: 5
Joined: July 2nd, 2014, 6:52 am

Re: Firefox 30 login not working

Post by vbbucks »

I think it is the fix to this bug in version 30 that is causing the problem.
https://bugzilla.mozilla.org/show_bug.cgi?id=956906

We can fix this by going into Tools..Options..Security and unchecking Remember Passwords For Sites; however that will remove that option for all sites. If we could have our site in the Exceptions section then this would work well. For some reason a site can only be removed :-/
vbbucks
Posts: 5
Joined: July 2nd, 2014, 6:52 am

Re: Firefox 30 login not working

Post by vbbucks »

This can be marked closed.

The problem was partially due to the change for autocomplete but also due to our security requirements to remove the username and password. Since our login form is hosted in another website we were required to blank the fields out on blur or some other time. We were blanking out the fields (onblur event) as we submitted and therefore not able to log in. So now when the form is submitted we have a setTimeout blank the fields so that they submit and the values are removed shortly after that. Very odd but fixed for us.
Post Reply