What happens when a imported users gets deleted from the AD? #330
Unanswered
luis-gmonkey
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @luis-gmonkey, Simply set the Since you're using soft-deletes on your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
Sadly I can't do much to test my AD connection, so I was wondering what happens if I delete an AD user that was previously imported in laravel? Will I still be able to login in my laravel app since the database still holds the user credentials?
I'm asking this because I need to prevent AD deleted user from connecting to the laravel app.
I'll be using soft deletes paired with the `import --delete`` to handle this kind of situations.
Beta Was this translation helpful? Give feedback.
All reactions