Boot to sudo user instead of root?

Hello. I wanted to know if it’s possible to boot to a sudo user instead of booting to root. I have a RPi set up as an attendance program for some kids and I don’t want them fiddling with the Pi and thus having access to root.

create a new sudo capable user, boot into that

as root

adduser username



usermod -aG sudo username

https://www.digitalocean.com/community/tutorials/how-to-create-a-sudo-user-on-ubuntu-quickstart