By default, a guest account is installed. Remove it by going to terminal\\
<code>
>sudo gedit /etc/lightdm/lightdm.conf
</code>

In the lightgdm conf file that opens up, add at the bottom\\
<code>
allow-guest=false
</code>
and save