You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given you have a user created already with the following ctl command:
$ chef-server-ctl user-create testuser-1234 Test User [email protected] password
$ chef-server-ctl user-list
pivotal
testuser-1234
If you try to create a second user with the following command:
$ chef-server-ctl user-create testuser-4567 Test User [email protected] password
ERROR: Conflict
Response: User 'testuser-4567' already exists
Through trial and error I figured out the email address was causing the conflict. Could we improve the error message to make it clear what field has the conflict? Maybe show 'email address already in use'?
Version detected in: chef-server-core-12.6.0-1.el6.x86_64
The text was updated successfully, but these errors were encountered:
Given you have a user created already with the following ctl command:
If you try to create a second user with the following command:
Through trial and error I figured out the email address was causing the conflict. Could we improve the error message to make it clear what field has the conflict? Maybe show 'email address already in use'?
Version detected in: chef-server-core-12.6.0-1.el6.x86_64
The text was updated successfully, but these errors were encountered: