change wordpress password's archive
change wordpress password manually
by alamster in May 21st, 2008
Reset wordpress password using provided link not work, sadly no phpmyadmin available
Fortunately I have shell access which is enough, using built in md5 function to generate and update the password, here’s the steps:
1. Creating md5
- Using shell
Just type :
md5 -s your chosen password
- Make php script with this content :
<?php
$string=’your chosen password’;
echo md5($string);
?>
save [...]
Freelance Project:
- Sell 3 letter .com domain by riccardorb
- need javascript css expert by consultingpalace
- private project for paolosavona 2 by asmuk
- Web Design Project - 12 by MrSamHunts
- Web Design Project - 11 by MrSamHunts
- Web Design Project - 10 by MrSamHunts
- 50 Links to be added in Business Directory website by designaspect
- Web Design Project - 9 by MrSamHunts
- Web Design Project - 8 by MrSamHunts
- Web Design Project - 7 by MrSamHunts


