Phosgene wrote:Good to know this has been fixed, however this doesn't affect me. Goes to show that it's never good to neglect the root account. Always set a reasonably strong password, even if it is written down somewhere (may not be the best security practice, but much better than leaving root open).

In the case of Ardanbis, it's never a good idea to lock root, if users accidently get deleted, root can always be counted on to help bail you out of any problems that you may run into.
<b>Absolutely False.</b>
If you need the root account for emergency in the Grub Menu, you just have to choose the recovery mode, or if it is not available, edit the Linux Mint option deleting "ro quiet splash" and editing "init=bin/bash" and pres enter.
Keeping root account locked is THE strongest way to protect your computer. (This and a good firewall, specially if it drops ping, thing that ufw doesnt do by default)
You just need to look at the login log of ANY Linux server: There are thousands of dictionary attacks, to the "root" user to find out its password, if the account is locked there is no way you can get in.
EDIT: Instead of "init=bin/bash" you can also use "single". And also u can use the LiveCD to edit the sudoers file, and many more.