mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
ldap_sync.php import fix
This commit is contained in:
@ -309,6 +309,7 @@ class ModelUserImport extends Model {
|
||||
$user['isadmin'] = 0;
|
||||
$user['whitelist'] = '';
|
||||
$user['blacklist'] = '';
|
||||
$user['group'] = 0;
|
||||
|
||||
return $user;
|
||||
}
|
||||
|
Reference in New Issue
Block a user