Login not working from another page
There are a couple of pages, such as a forum and an account sidebar widget, that display a login form whose action is
wp-login.php. For some reason, after entering the login detals and pressing Log In, it simply goes to the
wp-login.php page and it doesn't log the user in.
Now, when I compared two different forms, the two main input names are the same: "log" and "pwd". I noticed that the login form contains "testcookie" as a hidden field, so I tried adding that to the other form... no go. What could it be? Only the input id's and classes are different, but surely that shouldn't matter. Both actions are the same of course, the
wp-login.php page.
Any ideas? Has anyone had this problem before?