It's highly recommended that you protect user with uid 1, i.e. the one who has life and death rights on your Drupal installation.
Disallow user 1 deletion:
Disable user 1:
administer users from user module.Now user 1 can't login to your website. No more risk for password discovery for this account.
Please note that you should check enabled modules code, sometimes they use user 1 to achieve some tasks. And this could break some modules features. So use with caution.