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 […]