I can login into wordpress.com – but I cannot login to to my hosting wordpress site:
http://www.hunterbaby.com.au/wp-login.php
When I try to reset password it only recognises my wordpress username – but not my existing emails that are linked with my wordpress account? So I’m unable to send a reset password link.
Please help!
it seems like you might have the wrong email set up in your wordpress installation or you might have got hacked?.. (hope not) anyhow i have already
answered as to how to change your password via the database.
You should already check what email is setup when vieweing the database.
Here is my original answer:
Resetting password via phpMyadmin
There are multiple ways to reset your password (apart from what Sagive already mentioned).
Let me share how to reset the password using cPanel’s File Manager. It works, if you are the (only or first) admin user…
functions.php
file. It would usually be in the folderwp-content/themes/your_active_theme/
.wp_set_password('new_password',1);
just after the first<?php
line, replacingnew_password
with the actual new password you’d want to setup.