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 91ddb4c0429259009c98f1b67aa5bf2b3455776b Author: Benoit Tellier <[email protected]> AuthorDate: Thu Sep 5 11:47:51 2019 +0700 JAMES-2149 Fix typo in User Route documentation --- src/site/markdown/server/manage-webadmin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 60a590e..66f68da 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -301,7 +301,7 @@ Response codes: - 400: The user name or the payload is invalid - 409: Conflict: A concurrent modification make that query to fail -Note: if the user is already, its password will be updated. +Note: if the user exists already, its password will be updated. ### Updating a user password --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
