(They didn't get in).
A great reminder that we should change the location of the admin directory for every CMSMS site. It's dead easy and means that people won't even be able to find the login page.
Just change the name of the admin directory and add this line to your config.php:
Code: Select all
$config['admin_dir'] = 'NewAdminDirectory';

