Few more LDAP/AD tweaks

This commit is contained in:
snipe
2016-07-14 23:49:32 -07:00
parent 616f922306
commit 92175eb700
3 changed files with 53 additions and 18 deletions
-1
View File
@@ -1209,7 +1209,6 @@ class UsersController extends Controller
$user->password = bcrypt($pass);
$user->activated = 1;
$user->location_id = e($location_id);
$user->permissions = '{"user":1}';
$user->notes = 'Imported from LDAP';
$user->ldap_import = 1;