-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sharing dialog exposes user id on current master #12164
Comments
This comment has been minimized.
This comment has been minimized.
cc @juliushaertl for the consolidation. Yeah, these cryptic LDAP IDs (right?) should indeed not show. Is there nothing else human-readable to show there? @blizzz about the sidenote regarding the tabs, this is fixed in #12180, please review. :) |
Yes, LDAP in this case, but it could be any arbitrary backend. The display name is already being shown. |
We should never show the userID in general. Just because it's readable doesn't mean we should show it. The LDAP example just makes it pretty clear that we only should show useful (display name, email address ...) content and not internal stuff. |
Yes, this is a bug, since I wanted to show the shareWith id for email and remote shares but for users those should be hidden of course. I'll fix this once the others have finished their big changes in the sharing code 😉 |
This one is not supposed to be shown to end users:
Also, the tabs are aligned weirdly @nextcloud/designers @nextcloud/sharing
The text was updated successfully, but these errors were encountered: