Skip to content

Commit

Permalink
Merge pull request #339 from HE-Arc/invite-refused-user
Browse files Browse the repository at this point in the history
Invite refused user
  • Loading branch information
kulisse authored Sep 9, 2021
2 parents b3f926e + f323497 commit d0ce17b
Show file tree
Hide file tree
Showing 5 changed files with 1,178 additions and 23,482 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}
4 changes: 2 additions & 2 deletions backend/config/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'providers' => [
'users' => [
'driver' => 'ldap',
'model' => LdapRecord\Models\OpenLDAP\User::class,
'model' => LdapRecord\Models\ActiveDirectory\User::class,
'rules' => [],
'database' => [
'model' => App\Models\User::class,
Expand Down Expand Up @@ -125,4 +125,4 @@

'password_timeout' => 10800,

];
];
2 changes: 1 addition & 1 deletion backend/database/seeders/TestUserSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ public function run()
'updated_at' => now()
]);
}
}
}
Loading

0 comments on commit d0ce17b

Please sign in to comment.