cant login to wordpress?

9 replies
Anyone else having problems logging in to their wordpress dashboards? On my sites I keep gettin an error message.

The sites are online and active but cant login to the admin area.
#login #wordpress
  • Profile picture of the author Eutaw
    I have had that happen at times with WordPress. I just do a password re-set and login with new password.
    {{ DiscussionBoard.errors[7969010].message }}
  • Profile picture of the author twister85
    Try to reset the passwords setting from your hosting server or if you still get the error, Let wordpress know about it.
    {{ DiscussionBoard.errors[7969017].message }}
  • Profile picture of the author kellter
    Check for an email from your host. I received one yesterday and they are temporary disabling Wordpress logins due to a massive brute force going around. I just had to make an entry in my .htaccess file to allow my IP and I am able to log in now.
    {{ DiscussionBoard.errors[7969084].message }}
  • Profile picture of the author micksss
    Your host might have disabled your WP login page. Check with them to find out. Some hosts are temporarily requiring you to make a modification to your .htaccess file in order to access your WP admin area until this whole global mess ends.

    In order to access your WordPress login:


    In your /public_html folder, create a text file (if one does not already exist) and name it ".htaccess"


    Add the following text to the file:


    <Files ~ "^wp-login.php">
    Order deny,allow
    Deny from all


    Allow from x.x.x.x
    </Files>



    You will need to replace x.x.x.x with your cur rent IP address.


    Not sure what your current IP is? Go to Google.com and type "what is my ip?"
    Signature
    Web Hosting Reviews ► www.CastironHosting.com ◄ Read or Submit Feedback on Web Hosts.
    Web Hosting Coupons, Deals & Promos!

    Need a Virtual Private Server? www.VPSPlan.com
    {{ DiscussionBoard.errors[7969493].message }}
  • Profile picture of the author mdan287
    I guess you are the victim of Brute Force attacks that going on these days. Yesterday I got an email from my hosting, saying
    {{ DiscussionBoard.errors[7969586].message }}
  • Profile picture of the author Bond1806
    Try emptying your browser cache. It worked for me yesterday.
    {{ DiscussionBoard.errors[7969588].message }}
  • Profile picture of the author brute60
    Thanks micksss I had this problem today and it worked for me.
    I did clear cookies cache and so many things.
    If you still can't get in this might be the problem when you try to log in and it bounce back to login screen.In the address bar delete the string so that only http://yourdomain/wp-login.php will be in the address okay log in.To fix this problem go to settings general
    and see if WordPress Address and Site Address are the same if not make the same and it is fix.
    Signature

    in progress

    {{ DiscussionBoard.errors[8939881].message }}

Trending Topics