diff --git a/wp-login.php b/wp-login.php index 95ecb5150..67df9c57b 100644 --- a/wp-login.php +++ b/wp-login.php @@ -4,6 +4,9 @@ require( dirname(__FILE__) . '/wp-config.php' ); $action = $_REQUEST['action']; $error = ''; +if ( isset($_GET['key']) ) + $action = 'resetpass'; + nocache_headers(); header('Content-Type: '.get_bloginfo('html_type').'; charset='.get_bloginfo('charset'));