After my initial install yesterday I added a new user that isnt root and gave it sudo privilages. I want to now delete that user and its files and home folder so I ran this command
userdel -r <UserName>
to which this got returned
userdel: user 'notroot' does not exist

Now I am confused so I checked the Auth log in /var/log and sure enough its in that file that I created the user, yet Kali cannot find the user now. I just want to delete the user since I am unable to log in with those credentials. So if you have any ideas please let me know.