I’m in the process of migrating our company website from a trial address to our main address. We are using a 1-click wordpress solution at one.com (which is our web hosting service). Despite following guides I made some mistakes in the process, and figured that the easiest thing to do was to remove the new site and start again. This happened a couple of times and soon I started to experience some strange issues. The password to log in to /wp-admin worked during the setup, but then I couldn’t access the dashboard with the same password any longer. I also started to get asked to do some simple math during the log in process to prove that I’m human which I never did originally. I assumed that this issue might be caused by creating all the new sites, which might make me look like a bot or something.
How do I solve this?
]]>Sorry!! Your post is too large, my personal advice just short to provide your issue then only volunteers can reply you.
And don’t post duplicate posts
]]>If yes just go to database and find wp-users table (wp- its prefix its may different)
And choose find your user name row, Then update your email address now you can reset password via reset email link
If you are using localhost just update password and make it MD5 mode
]]>Visit your database via phpmyadmin ->
search for (prefix)_users table ->
find your username and click Edit ->
now check user_pass value and delete it ->
input your new password and select MD5 under function column ->
hit Go to save changes ->
try to login
hope this helps.
]]>