Add a user named willow,specify Bash as his login shell and add him to the wheel group:
useradd -m -G wheel -s /bin/bash willow
Add password for willow
passwd willow