[web2py] Re: No login possible in Firefox, but in chrome

2011-03-09 Thread Norbert Klamann
Javascript works in the firefox in principle . I tried this one 
http://www.javascripter.net/faq/alert.htm and it shows the alert box. 


[web2py] Re: No login possible in Firefox, but in chrome

2011-03-09 Thread pbreit
Have you customized your login at all? Can you think of any edits you have 
made to your app that could impact login/register? CSS files? JavaScript 
files? Auth settings? Does it seem like the form does not even submit? Do 
you have the file web2py_ajax.html in your app folder?

[web2py] Re: No login possible in Firefox, but in chrome

2011-03-09 Thread ron_m
The symptoms look exactly like a user I had a problem with logging into my 
application but for them cookies were disabled, re-enabling cookies fixed 
it.

Firefox cookie settings are a little obscure, here is a web reference

http://support.mozilla.com/en-US/kb/Websites%20say%20cookies%20are%20blocked

there are 2 flags, accept and accept third party cookies.

You say you have cookies enabled but I run the same configuration as you and 
have no trouble logging in on my applications. The fact that it works in 
Chrome would indicate to me that your application is in working order for 
the most part. Are there any Javascript errors reported?