usernames already exists
Article ID: 256 | Rating: Unrated | Last Updated: Mon, May 20, 2019 at 11:58 AM
"usernames already exists " error while adding user in ezeelogin
1. Check if the user exist on the ezeelogin installed server by finger or id command .
id {username}
finger {username}
Delete the user if they exist on backend and try again creating user from ezeelogin web interface.
2. Check if the usergroup exist on /etc/group on the ezeelogin installed server
cat /etc/group | grep {username}
Delete the usergroup if they exist on backend and try again creating user from ezeelogin web interface.