use system-installed makeuser

This commit is contained in:
Ben Harris 2019-02-18 20:56:45 -05:00
parent 365c678642
commit aef57c21cd
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ reason: {$_REQUEST["interest"]}
ssh key: ssh key:
{$_REQUEST["sshkey"]} {$_REQUEST["sshkey"]}
sudo ./makeuser {$_REQUEST["username"]} {$_REQUEST["email"]} \"{$_REQUEST["sshkey"]}\" sudo makeuser {$_REQUEST["username"]} {$_REQUEST["email"]} \"{$_REQUEST["sshkey"]}\"
"; ";
if (mail('sudoers', 'new tilde.team signup', $msgbody)) { if (mail('sudoers', 'new tilde.team signup', $msgbody)) {