Move on with the next user if we found the user on one user back-end

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2018-04-03 17:00:18 +02:00
parent ed239d72dc
commit 6795b35cdf
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
1 changed files with 2 additions and 1 deletions

View File

@ -478,6 +478,7 @@ class Manager extends PublicEmitter implements IUserManager {
if ($return === false) { if ($return === false) {
return; return;
} }
break;
} }
} }
} }
@ -488,7 +489,7 @@ class Manager extends PublicEmitter implements IUserManager {
* Getting all userIds that have a listLogin value requires checking the * Getting all userIds that have a listLogin value requires checking the
* value in php because on oracle you cannot use a clob in a where clause, * value in php because on oracle you cannot use a clob in a where clause,
* preventing us from doing a not null or length(value) > 0 check. * preventing us from doing a not null or length(value) > 0 check.
* *
* @param int $limit * @param int $limit
* @param int $offset * @param int $offset
* @return string[] with user ids * @return string[] with user ids