From a11669275fcf99c4cf362400c80fe0730d6c925f Mon Sep 17 00:00:00 2001 From: Gizmo1234 Date: Fri, 5 Feb 2016 06:15:14 +0500 Subject: [PATCH] Revert "Modified content/v3/users/administration.md" --- content/v3/users/administration.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/content/v3/users/administration.md b/content/v3/users/administration.md index 9fad54eb71..bfae2ee4ec 100644 --- a/content/v3/users/administration.md +++ b/content/v3/users/administration.md @@ -18,15 +18,6 @@ http(s)://hostname/api/v3 ## Create a new user -{{#warning}} - -If an external authentication mechanism is used, the login name should match the -login name in the external system. If you are using LDAP authentication, you should also -[update the LDAP mapping](/v3/enterprise/ldap/#update-ldap-mapping-for-a-user) -for the user. - -{{/warning}} - POST /admin/users ### Parameters @@ -36,12 +27,6 @@ Name | Type | Description `login`|`string` | **Required.** The user's username. `email`|`string` | **Required.** The user's email address. -The login name will be normalized to only contain alphanumeric characters or -single hyphens. For example, if you send `"octo_cat"` as the login, a user named -`"octo-cat"` will be created. - -If the login name or email address is already associated with an account, the server will return a `422` response. - #### Example <%= json \