before my first few questions, let me begin with a background story(tl;dr below):
So, I'm setting up some new computers at my workplace for public access and I had the bright idea(and I still think it is) to install ubuntu on them. I have about 2 weeks of experience with 'linux and friends' as of today and I'm at least a little proud of what I've achieved, but I'm at a loss right now as I can't find solutions to my problems. I want to make all regular users invisible, one already is(the template-user for the guest), so there's only the guest-account to choose from.
I want this for numerous reasons, we run an big indoor playground, so a lot of nosy kids and dumbfound parents(of which 99% are indoctrinated with windows... like me) will be using these computers. Limiting their choices will mean less questions, which is good, since no one other than me will be able to answer, and I ain't there all of the time.
TL;DR-ish:
So this is what I'm wondering:
If all regular users are invisible, and since guest has no privileges, how do I log in to them if I need to change anything? (I don't want manual login-screen)
More relevant info/thoughts: invisibility is setup by editing /var/lib/AccountsService/users/user-file and changing SystemAccount=false to true. I've skimmed by something saying you could set userid below 1000 to achieve the same result, would this method change anything regarding my problem, you know, like making it easier?
Can I do something from the TTY? (what ever that is, it really confuses me, what separates it from the normal Ctrl+Alt+T terminal?)
Maybe I'm going at this the wrong way, is there a boot-menu or something I could use to gain access? And if so, can I block little potential junior hackers from using it?
Hope that helps you help me, if there's something unclear or something you need to know, just ask away. :)