ottoka commented on a change in pull request #741: URL: https://github.com/apache/james-project/pull/741#discussion_r747300756
########## File path: server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc ########## @@ -473,6 +473,23 @@ Response codes: This also can be used to create a new user. + +=== Verifying a user password + +.... +curl -XPOST http://ip:port/users/usernameToBeUsed \ Review comment: Good idea, it makes the intention more clear, and avoids unfortunate accidents if someone confuses POST and PUT. I will stick with "verify" as action verb though, as authentication is more associated with JWT generation. curl -XPOST http://ip:port/users/usernameToBeUsed/verify ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
