Thanks,
I’ve implemented changes described on that page.
/xmlrpc.php page started showing 404 page and I started seeing this code in htaccess file
# BEGIN All In One WP Security
#AIOWPS_PINGBACK_HTACCESS_RULES_START
<Files xmlrpc.php>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files>
#AIOWPS_PINGBACK_HTACCESS_RULES_END
Is this supposed to fix multiple notifications that someone is trying to pick my password? Should I change my login url again?
As for login attempts, I still can’t login when I use new users. I know I enter correct password, but I always get this respose https://prntscr.com/f717ym
Please advice.
Thanks!