[SOLVED] Cannot create user

Please check if warren is in passwd

 getent passwd warren

If exists, remove the account

luserdel warren

If not exists, check if warren is in Accounts DB:

db accounts get warren

and delete the record

db accounts delete warren

Let us know if it works :wink: