Login weirdness
I don't know exactly what the issue is, but this seems to happen only in Safari.
When I try to login on the main webpage, tapping enter to execute the submit will yield a login failure, unlike clicking the submit button with the mouse, I can login just fine.
I think that when I hit enter, it adds a carriage return in the password field. Dunno why.
I tested in Safari and did not see this behavior.
I also went through the log and saw two successful logins from you at 2007-02-17 17:41:46 and 2007-02-17 17:41:55 and no failed logins.
I'd start either looking at your cache, or see if your ISP has some web proxies going. Keep in mind that Drupal is written such that if it finds a match in its page cache, instead of actually sending the page, it will send a HTTP 304 response, which tells your browser (or proxy) to just serve up the page from its own cache. (to save bandwidth) If either of those two are misbehaving (read: not following the spec) in some way, then who knows what will happen?
Seems to work now. Must've been a hiccup.
I should know better to run the latest operating system on a ten-year old computer. lol




I just tested, and it worked fine for me. Do you have the latest version of Safari?