After wrong login users are redirected to wp-login.php?

Hi all,

Is there a way to prevent members to go to the default wp-login page after they accidentally entered a wrong password?
I use the Pro Login Widget, and even if you have entered nothing and hit the ‘Log me in’ button, you are redirected to WP’s default wp-login.
Actually I want my users/members to be notified that they entered something wrong, but they must stay on the page with the Pro Login Widget and not be redirected.

Silly, silly me :blush:
It’s all here: http://s2member.com/kb-article/can-i-change-pro-login-widget-form-action/
Give a return url like # and you will stay on the same page. Or a specific member-login url like http://mysite.com/member-login/ (where you then place the Pro Login Widget) to redirect them to a more fancy page. Redirection solved!

UPDATE:
Changing the URL to something that doesn’t handle the log-in, breaks the whole log-in functionality.

But, now I need to make the login fields (username and password) of the Pro Login Widget required.

Why are these not required by default, anyway?