i am using ubuntu 20.04 i want guest session for students so i enabled it by following
How to enable Guest session on Ubuntu 20.04 Focal Fossa Linux 30 April 2020 by Lubos Rendek terminal commands 1.sudo apt install lightdm
2.switch to lightdm
3.sudo sh -c 'printf "[Seat:*]\nallow-guest=true\n" > /etc/lightdm/lightdm.conf.d/40-enable-guest.conf'
4.reboot
issue: 1.now i am seeing unknown guest account with password in login screen but there is no such a account i created 2.whenever guest session switched account new guest account with password created
need solution to remove that account