Skip to content

Commit

Permalink
Update apps/provisioning_api/lib/Controller/UsersController.php
Browse files Browse the repository at this point in the history
Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and artonge authored Apr 23, 2024
1 parent de09fcc commit ace2de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/provisioning_api/lib/Controller/UsersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function getDisabledUsersDetails(?int $limit = null, int $offset = 0): Da
// We still want to return all other accounts, but this one was removed from the backends
// yet they are still in our database. Might be a LDAP remnant.
$userData = null;
$this->logger->warning('Disabled account that was removed from backend, but still exists in Nextcloud database found', ['accountId' => $userId]);
$this->logger->warning('Found one disabled account that was removed from its backend, but still exists in Nextcloud database', ['accountId' => $userId]);
}
// Do not insert empty entry
if ($userData !== null) {
Expand Down

0 comments on commit ace2de7

Please sign in to comment.