Skip to content
Snippets Groups Projects
Commit f40f2b69 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

improve in-source documentation of stage_reverify

parent 43c5d8a8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment