From ff03e17e7f890f3433d0ea5a0909351928bd4563 Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Sat, 21 Nov 2015 14:12:27 +0000 Subject: [PATCH] scrut fixes --- html/includes/authentication/http-auth.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/authentication/http-auth.inc.php b/html/includes/authentication/http-auth.inc.php index 73cfc0a1b..691480181 100644 --- a/html/includes/authentication/http-auth.inc.php +++ b/html/includes/authentication/http-auth.inc.php @@ -44,7 +44,7 @@ function auth_usermanagement() { } -function adduser($username, $password, $level, $email='', $realname='', $can_modify_passwd='1') { +function adduser($username, $password, $level, $email='', $realname='', $can_modify_passwd=1, $description='', $twofactor=0) { if (!user_exists($username)) { $hasher = new PasswordHash(8, false); $encrypted = $hasher->HashPassword($password);