Skip to content
Snippets Groups Projects
Commit 1719b8ed authored by rswindell's avatar rswindell
Browse files

Use Tracker1's module to send new user details to the sysop (via email)

Note: this should probably be optional/configurable somewhere.
parent ff34cd33
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ var optional_str="";
var sub="";
load("sbbsdefs.js");
load("user_info_to_sysop.js");
load("../web/lib/template.ssjs");
template.required=required_str;
......@@ -347,6 +348,12 @@ else {
nuser.shell=http_request.query.shell;
nuser.editor=http_request.query.editor;
sendUserInfoToSysop(
nuser,
system.name + " New User Information (web)",
"" /* TODO: Create a comment textarea field, and put the result here */
);
template.title="New user created";
if(do_header)
write_template("header.inc");
......
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