This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 4f17b25fe66b444962171bf0847281cb44520c28
Author: Tran Tien Duc <dt...@linagora.com>
AuthorDate: Mon Nov 18 10:51:21 2019 +0700

    JAMES-2982 update webadmin markdown
---
 src/site/markdown/server/manage-webadmin.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/site/markdown/server/manage-webadmin.md 
b/src/site/markdown/server/manage-webadmin.md
index 886c229..c8c5750 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -299,12 +299,14 @@ Resource name usernameToBeUsed:
  - can not be null or empty
  - can not be more than 255 characters
  - can not contain '/'
+ - When virtual hosting is enabled, it should follow the format `localPart` + 
`@` + `domainPart`, 
+ otherwise the valid format doesn't contain `@`
+ 
 
 Response codes:
 
  - 204: The user was successfully created
  - 400: The user name or the payload is invalid
- - 409: Conflict: A concurrent modification make that query to fail
 
 Note: if the user exists already, its password will be updated.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to