There are a few things you can try. One of them you have already tried.
Clear your browser cache (which you have stated you have tried), just make sure you cleared everything, cookies and cache.
Try deactivating all plugins by either logging in via SSH or FTP to your server and rename wp-content/plugins to wp-content/plugins_backup.
Change wp theme, it maybe an issue with your current theme. Try changing to one of the defaults like twentyfifteen.
.htaccess could be causing problems so you can once again SSH or FTP to your server and rename .htaccess to htaccess.backup.
Also check your wp-config.php making sure that your site url is defined properly, eg:
define(‘WP_HOME’,’http://example.com‘);
define(‘WP_SITEURL’,’http://example.com‘);
Related Posts:
- Private page protected with username and password
- User login without username, only password
- Cannot login with correct username and password anymore
- Check for correct username on custom login form
- Add Confirm Password field in wp-login.php Password Reset page
- How to customise wp-login.php only for users who are setting a password for the first time?
- Give visitor access to password protected page/post via external script
- Send reset password link to user from custom lost password form
- How can I retrieve the username and password from my WordPress installation?
- password protect individual pages
- Problem with logging in WP users automatically
- How to determine if a user has not changed default generated password
- Right practice to edit WP reset password email
- reset password link redirect to login page
- Password protect media attachment – share across guests
- Password reset – Disabled for LDAP accounts
- Why wp_update_user doesn’t update user_activation_key on users with apostrophes in their email?
- Forgot Password/ Password Reset Page does not exist
- Correct passwords keep appearing as incorrect
- Forgot password needs to redirect from wp-login to a custom page
- How can I change the email sender name from wordpress to (myblogname) on the “lost password” email?
- Lock out all WordPress Administrators except two specific users
- How to password-protect everything except the logo
- Is it possible to rebuild the website while not accesseing the original database?
- Is there anyway to get the inputted password string from the login form?
- Invalidate username if it contains @ symbol
- Display first name instead of username
- How can I password protect a WordPress site without requiring users to log in?
- Password not resetting on wordpress?
- autocomplete=”off” WordPress Login
- wordpress login without password just email address (NO 2 factor authentication with email)
- Can I protect a type of content site-wide with a single password?
- Password recovery URL has error – but not found in code or db
- Temporally disable password to login with empty password?
- I need to find which is the file that checks the DB for correct login (username, password)
- Make WordPress User Name be the Company Name when Registering (not the default ‘first name’ last name’ email address’)
- Login form does not store/remember/suggest users password
- How to invalidate `password reset key` after being used
- WordPress password reset not working
- New user password confirmation sending wrong URL
- Locked out of WordPress admin area [closed]
- Global login to password protected pages
- Disable / Remove Password for Login WordPress
- How to password protect pages in WordPress
- Chosen user password in registration is not being accepted on Login
- wp_lostpassword_url not escaped
- Trouble logging in and/or changing password
- Cant login, Password MUST be reset error, after reset
- Username character requirements
- Log in a user upon password reset?
- Can I programmatically login a user without a password?
- How to login with email only no username?
- Removing username from the ‘wordpress_logged_in’ cookie
- Woocommerce registration page [closed]
- Share login data/cookies between multiple installations
- Is it possible to sign in with user_email in WordPress?
- Email address or username used to login in wordpress
- Login redirect_to loop with reauth=1, cookie expiry set to 1 year in past
- User Login Form Outside the Default wp-login Form
- I am not able to login to my wp-admin panel
- Block Logged-Out User Access to Directory Outside of WordPress using .htaccess and PHP file
- Making a client page
- Auto login user with link from Mail
- To be able to login as different user
- How do I Create Forums with bbpress Plugin that can only be Viewed by Logged in Users
- How to redirect to specific BLOG Dashboard (after login to Multi-Site)
- Reset Password policy
- Auto Login After Registration
- Changed Wordress Address URL Accidently
- WordPress login doesn’t work when using preview domain
- Prevent Subscriber Role to login
- Sending new registration meta values to admin by email
- Single Time Login HELP
- Allow Access to Home Page and Login Screen but Nothing Else (unless logged in)
- Custom login page problem!
- Get WordPress login functions without printing anything
- URL with login details included for public members
- woocommerce store login not working at first time
- How is it possible to current user info on page in WordPress?
- Trouble when I try to connect to WordPress
- Custom failed login error messages for users based on user role?
- Login/password protected “client page”
- Set logged in user based on API response
- Can’t login to wordpress, got ERR_EMPTY_RESPONSE after a few minutes
- wp_signon works localhost but not wokrs https site
- Allow log in to the dashboard only from specific gadget?
- Why deleting/removing cookies in WordPress does not log me out from admin?
- Can we start session from another php site to wordpress blog site?
- display last login date in the frontend
- Log in to wordpress after executing another form function
- WordPress keeps redirecting to an unsecure connection?
- A way to redirect users when they log in based on their current page
- Cannot login in WordPress even after changing hash password in phpmyadmin
- Redirect after user changes password
- changing WordPress login page
- Where do I find “log in” and “register” link which are located on the top right corner?
- Check to see if there a wordpress user account and create one if not outside of wordpress
- How to make WordPress keep me signed in? [duplicate]
- how to add custom word press regisration form in word press 3.5 with out module [closed]
- Remove login link from Reset Password-screen