I've designed my bash prompt like this \u@\h>
When i now create the User example
with adduser, my prompt looks like example@host>
But when i create a User with useradd, my prompt looks like \u@\h>
PS1: \[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u\[\033[01;33m\]@\[\033[01;36m\]\h \[\033[01;33m\]\w \[\033[01;35m\]\$ \[\033[00m\]
PS2: >
PS3: empty
PS4: +
Any ideas how to fix this?