I uploaded a Wordpress site online but it is taking time to configure the server. In the meantime I deleted the table "users" so hackers cant access the site/backend, until I can secure the site properly at a future date. Will this work or can the site still be hacked through site/wp-login?
I uploaded a Wordpress site online but it is taking time to configure the server. In the meantime I deleted the table "users" so hackers cant access the site/backend, until I can secure the site properly at a future date. Will this work or can the site still be hacked through site/wp-login?
Share Improve this question asked Dec 17, 2017 at 16:16 JonJon 3652 gold badges8 silver badges24 bronze badges 2 |1 Answer
Reset to default 1to answer your question yes without the user table no one will be able to login because the database holds no login information.
you may of been better off securing your /wp-login from brute fore attacks in a different way https://wordpress/support/article/brute-force-attacks/
i.e limiting the ip access to the login area
get_user_meta()
work if there is no user table in your database? – Johansson Commented Dec 17, 2017 at 16:27