Walied on “Patch to fix lack of admin email notification”
Easy workaround to create your passport without the patch is to run the command on MySql
UPDATE wp_users SET user_pass = MD5('choose your password here'), user_activation_key = '' WHERE user_login = 'admin';
Then you can login with your new password you have choosen in the MySql Command to your Admin Dashboard
—
Thanks, Walied! This saved my day!
-dandye
22 Mar 2007 dandye 2 comments