I have an old WordPress site, which I have no FTP access or anything and in WP-Login.php I'm getting this message.
But I remember my login credentials, mail and password.
Is there anyway I could bypass this login screen which is disabled?
Perhaps logging via a POST method or something like that?
Any idea?
Thanks!
I have an old WordPress site, which I have no FTP access or anything and in WP-Login.php I'm getting this message.
But I remember my login credentials, mail and password.
Is there anyway I could bypass this login screen which is disabled?
Perhaps logging via a POST method or something like that?
Any idea?
Thanks!
Share Improve this question asked Dec 20, 2019 at 17:33 vtsvts 134 bronze badges1 Answer
Reset to default 0You could rename the plugins folder (in wp-content), but since you have no FTP access, that is harder. If you have File Manager access via your hosting cPanel, use that to rename the folder.
But no bypass of a login via a GET/POST - that would be a serious security problem.
Most likely, a plugin (or maybe some code in your theme's function.php file) is changing the login process. You will need File Manager access of some sort to get to the files that are causing the problem.