Skip to content

Fall back to usernames when looking up users at OBS

Andrej Shadura requested to merge lookup-by-userid into main

Azure provides two emails for each user, one of them being the full email and another one is <userid>@<domain>. Since users may use either, fall back to the userid when no user could be found by the full email.

Merge request reports