|
|
|
|
|
by quickco
1266 days ago
|
|
One of the best security Auth configurations for WordPress is: + Change login URL from /wp-admin/ to something unique such as /custom-login. This stops the majority of bots as they usually only target /wp-admin + disable “admin” username + automatically block the IP address of any attempt to log in using “admin” username. + block IP address of x failed login attempts for y minutes. This can be achieved by many free and commercial WordPress security plugins. |
|