mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
These files are not Jinja2 templates, so there's no reason that they needed to be inside `templates/zerver`. Moving them to the top level reflects their importance and also makes it feel nicer to work on editing the help center content, without it being unnecessary buried deep in the codebase.
1.9 KiB
1.9 KiB
View someone's profile
A user's profile displays key information about the user.
Information in a user's profile
{start_tabs}
{tab|desktop-web}
- Their name.
- Their email address, if you have permission to view it.
- Their user ID.
- Their role in the organization.
- The date they joined the organization.
- Their current local time.
- Their availability.
- Any custom profile fields they've filled out.
Additional tabs showing:
- The streams that the user is subscribed to. Note that the list is limited to streams for which you have permission to see all subscribers.
- The user groups to which they belong.
{tab|mobile}
- Their name.
- Their email address, if you have permission to view it.
- Their current local time.
- Their status and availability.
- Any custom profile fields they've filled out.
{end_tabs}
View someone's profile
{start_tabs}
{tab|desktop-web}
{!right-sidebar-view-profile.md!}
!!! Tip ""
You can also click on a user's profile picture or name on a
message they sent to open their **user card**, and skip to
the last step.
{tab|mobile}
- Tap on a user's profile picture or name.
!!! Tip ""
If you are viewing a private message conversation, you can also tap the information
(<img src="/static/images/help/mobile-info-circle-icon.svg" alt="information" class="mobile-icon"/>)
button in the top right corner of the app.
{end_tabs}