Assume an action of resetpass if key is given.
git-svn-id: https://develop.svn.wordpress.org/trunk@3732 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5ae9296015
commit
1f756adfc9
@ -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'));
|
||||
|
Loading…
Reference in New Issue
Block a user