From a3bf329c4428ca1f25b10e324fdebbe38f372096 Mon Sep 17 00:00:00 2001 From: Alys Date: Sun, 24 Dec 2017 09:23:32 +0000 Subject: [PATCH] make reset password apidocs comment more accurate --- website/server/controllers/api-v3/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/server/controllers/api-v3/auth.js b/website/server/controllers/api-v3/auth.js index 96c52d6719..db91e6ae3e 100644 --- a/website/server/controllers/api-v3/auth.js +++ b/website/server/controllers/api-v3/auth.js @@ -540,7 +540,7 @@ api.updatePassword = { /** * @api {post} /api/v3/user/reset-password Reset password - * @apiDescription Reset the user password + * @apiDescription Send the user an email to let them reset their password * @apiName ResetPassword * @apiGroup User *