Hi Guys,
I have encountered a strage behavior.
I have set a Passwrod recovery functionality where theuser enters the email and receives an email with a reset link.
So far so good.
However, some of the user received a "User not found error". From my experience this can mean 2 things:
1. User does not exists
2. There are more than one users with the same email address
I have serached in the backend for duplicate users and I could not find duplicates.
However, when I looked in the database, I have found that the company group (where the user is assigned) has also an email field and some companies had the same email address as the users.
I believe this behavior is wrong because I don't see any reason why a group should be included in the search for Password recovery. I believe the AccessUserType = 5 condition is missing when searching for a valid user for password recovery.
I am using 8.8.1.32.
Thanks,
Adrian