From 005bed87a64c7ea441bd8c1127a26ee67caf9877 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Tue, 3 Jul 2012 17:58:08 +0100 Subject: [PATCH] update comment in stage_email --- lib/wsapi/stage_email.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/wsapi/stage_email.js b/lib/wsapi/stage_email.js index 9ad39e994..6f4ede8f6 100644 --- a/lib/wsapi/stage_email.js +++ b/lib/wsapi/stage_email.js @@ -11,11 +11,7 @@ email = require('../email.js'), sanitize = require('../sanitize'), config = require('../configuration'); -/* First half of account creation. Stages a user account for creation. - * this involves creating a secret url that must be delivered to the - * user via their claimed email address. Upon timeout expiry OR clickthrough - * the staged user account transitions to a valid user account - */ +/* Stage an email for addition to a user's account. Causes email to be sent. */ exports.method = 'post'; exports.writes_db = true; -- GitLab