Steve Bauman
Steve Bauman
Also, you mentioned it used to work fine and just recently started having issues. Is this only occurring with certain users? Are you able to login with other users just...
Hi @aloooirule, > I have managed to connect and authenticate, the issue now I can't use the middle ware or sync the user to my database so I can use...
Hi @bradis, that's strange for this to occur by switching the login attribute to username instead of email. It sounds like an application issue, but I'll need a lot more...
This sounds like an application issue. Have you modified any of the code for the `ForgotPasswordController`?
You haven't linked any files or the code you're using?
Hey everyone, for this to work you'll need to synchronize an `email` to your `User` model. Otherwise you'll get an exception when trying to process a password reset. This is...
Hi @krunaladaptit, can you post your usage? How are you trying to retrieve data?
Okay, is the user you're looking for actually exist? Can you try the following and see if you receive any results: ```php $user = Adldap::search()->users()->get(); ``` I would also suggest...
What do you mean? Did you try retrieving all users like I mentioned?
> Well, I am not able to retrieve all users. Okay so you receive a `null` response from the code I sent you above? I'll need **a lot** more detail...