Adding a New User

Hi,

I have used the New User setup to add a user named: keith
After it is updated, the username appears as: keith2

How can I fix this?

Thanks!

if you have ssh enabled then you can using simple linux commands to remove users
cut -d: -f1 /etc/passwd

then look for the offending users and remove them
sudo userdel username

(sudo may not work so if not just use userdel username)

Thanks AceScottie,

I ended up doing a System Only recovery.