This commit is contained in:
Eloy Lafuente (stronk7) 2022-03-27 16:50:29 +02:00
commit b7dc12b160
3 changed files with 37 additions and 4 deletions

View file

@ -3902,10 +3902,6 @@ function create_user_record($username, $password, $auth = 'manual') {
}
}
if (!isset($newuser->city)) {
$newuser->city = '';
}
$newuser->auth = $auth;
$newuser->username = $username;