Possible Duplicate:
How to show 'login error' and 'lost password' on my template page?
I've created a custom login form in a template page using the basic wp_login_form. I'm using custom functions to prevent any access to the original wp-login.php.
My custom login doesn't handle errors unlike the default login page. Do you have simple solution to display them (wrong username/password, blank field, etc.)?
Thanks.