Hello Raspberry Pi community!
I configured my Raspbery Pi with Raspbian Wheezy to auto login to the LXDE GUI and used the configuration utility to change the default password for userid "pi" from "raspberry" to something more secure.
I also managed to create a more personalized userid and add it to the necessary groups and even figured out how to give this new userid permission to execute "sudo" commands.
What I can't figure out after extensive Google searches is how to configure the OS to automatically log me into the new userid I created when I boot the device instead of automatically logging me on as "pi". Or, at a minimum, prompt me with a login screen (like my Kubuntu machine does) and let me choose which user to login as. Currently, the device automatically logs me in as "pi" and I then need to logoff and log back in as the new userid I created (very cumbersome).
Any help would be greatly appreciated - thank you!