Skip to content
Snippets Groups Projects
Unverified Commit bbd96204 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Do not match sharees on an empty email address


When asking for sharees we compare not only UID and displayname but also
the email address. And if that matches we return the sharee as an exact
match. This logic had a flaw as in that it also matched the empty string
to users with no email address.

This is most noticeable when you disable sharee enumeration and open the
ownership transfer dialog. It suggested other users of the instance
before. This has stopped now.

Signed-off-by: default avatarChristoph Wurst <christoph@winzerhof-wurst.at>
parent bd0b28d6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment