diff --git a/lib/wsapi/stage_reverify.js b/lib/wsapi/stage_reverify.js index c439802100faa27a0be5a957e8e37dea875b3aa1..d980391b9d5e33b7b7eb9d6448ea381a53be8514 100644 --- a/lib/wsapi/stage_reverify.js +++ b/lib/wsapi/stage_reverify.js @@ -11,7 +11,8 @@ email = require('../email.js'), sanitize = require('../sanitize'), config = require('../configuration'); -/* Stage an email for addition to a user's account. Causes email to be sent. */ +/* Stage an email for re-verification (i.e. after account password reset). + * Causes an email to be sent. */ exports.method = 'post'; exports.writes_db = true;