Skip to content
Snippets Groups Projects
Commit 4de85418 authored by rswindell's avatar rswindell
Browse files

Pass client object to system.newuser() so the new user is created with

connection, host, and ip_address fields initialized correctly.
parent 5994d508
No related branches found
No related tags found
No related merge requests found
......@@ -326,7 +326,7 @@ else {
}
try {
nuser=system.new_user(http_request.query.alias);
nuser=system.new_user(http_request.query.alias, client);
} catch(e) {
template.err_message = e;
log(LOG_ERR,"JavaScript exception: " + e);
......
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