2022-10-17 23:28:33 +02:00
|
|
|
# Custom profile fields
|
2018-08-14 21:45:17 +02:00
|
|
|
|
2022-10-05 02:00:58 +02:00
|
|
|
{!admin-only.md!}
|
|
|
|
|
2018-08-14 21:45:17 +02:00
|
|
|
By default, user profiles show their name, email, date they joined, and when
|
|
|
|
they were last active. You can also add custom profile fields like country
|
|
|
|
of residence, birthday, manager, Twitter handle, and more.
|
|
|
|
|
|
|
|
Custom profile fields are always optional, and do not appear in users'
|
|
|
|
profiles until they fill them out.
|
|
|
|
|
2021-06-08 23:47:52 +02:00
|
|
|
Zulip supports synchronizing custom profile fields from an external
|
|
|
|
user database such as LDAP or SAML. See the [authentication
|
|
|
|
methods][authentication-production] documentation for details.
|
|
|
|
|
2018-08-14 21:45:17 +02:00
|
|
|
## Add a custom profile field
|
|
|
|
|
2019-04-03 01:12:26 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2018-08-14 21:45:17 +02:00
|
|
|
{settings_tab|profile-field-settings}
|
|
|
|
|
2022-10-05 01:59:27 +02:00
|
|
|
1. Click **Add a new profile field**.
|
2018-08-14 21:45:17 +02:00
|
|
|
|
2022-10-05 01:59:27 +02:00
|
|
|
1. Fill out profile field information as desired, and click **Add**.
|
2018-08-14 21:45:17 +02:00
|
|
|
|
2022-10-05 01:59:27 +02:00
|
|
|
1. In the **Labels** column, click and drag the vertical dots to reorder the
|
|
|
|
list of custom profile fields.
|
2018-08-14 21:45:17 +02:00
|
|
|
|
2019-04-03 01:12:26 +02:00
|
|
|
{end_tabs}
|
|
|
|
|
2022-10-17 23:48:54 +02:00
|
|
|
## Edit a custom profile field
|
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
|
|
|
{settings_tab|profile-field-settings}
|
|
|
|
|
|
|
|
1. In the **Actions** column, click the **pencil** (<i class="fa fa-pencil"></i>)
|
|
|
|
icon for the profile field you want to edit.
|
|
|
|
|
|
|
|
1. Edit profile field information as desired, and click **Save changes**.
|
|
|
|
|
|
|
|
{end_tabs}
|
|
|
|
|
2018-08-14 21:45:17 +02:00
|
|
|
## Profile field types
|
|
|
|
|
|
|
|
There are several different types of fields available.
|
|
|
|
|
2019-08-03 18:18:14 +02:00
|
|
|
* **Short text**: For one line responses, like
|
2018-08-14 21:45:17 +02:00
|
|
|
"Job title". Responses are limited to 50 characters.
|
|
|
|
* **Long text**: For multiline responses, like "Biography".
|
|
|
|
* **Date picker**: For dates, like "Birthday".
|
2019-08-03 18:18:14 +02:00
|
|
|
* **Link**: For links to websites.
|
|
|
|
* **External account**: For linking to GitHub, Twitter, etc.
|
2022-10-08 00:46:43 +02:00
|
|
|
* **Pronouns**: What pronouns should people use to refer to the user?
|
2018-08-14 21:45:17 +02:00
|
|
|
* **List of options**: Creates a dropdown with a list of options.
|
2022-10-08 00:46:43 +02:00
|
|
|
* **Person picker**: For selecting one or more users, like "Manager" or
|
2018-08-14 21:45:17 +02:00
|
|
|
"Direct reports".
|
|
|
|
|
2022-11-14 18:00:29 +01:00
|
|
|
## Display custom fields on user card
|
2022-10-05 02:00:58 +02:00
|
|
|
|
2022-11-14 18:00:29 +01:00
|
|
|
Organizations may find it useful to display additional fields on the
|
|
|
|
user card, such as pronouns, GitHub username, job title, team, etc.
|
2022-10-05 02:00:58 +02:00
|
|
|
|
|
|
|
All field types other than "Long text" or "Person" have a checkbox option
|
2022-11-14 18:00:29 +01:00
|
|
|
that controls whether to display a custom field on the user card.
|
2022-10-05 02:00:58 +02:00
|
|
|
There's a limit to the number of custom profile fields that can be displayed
|
|
|
|
at a time. If the maximum number of fields is already selected, all unselected
|
|
|
|
checkboxes will be disabled.
|
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
|
|
|
{settings_tab|profile-field-settings}
|
|
|
|
|
2022-10-17 23:48:54 +02:00
|
|
|
1. In the **Actions** column, click the **pencil** (<i class="fa fa-pencil"></i>)
|
|
|
|
icon for the profile field you want to edit.
|
2022-10-05 02:00:58 +02:00
|
|
|
|
2022-11-14 18:00:29 +01:00
|
|
|
1. Toggle **Display on user card**.
|
2022-10-05 02:00:58 +02:00
|
|
|
|
|
|
|
4. Click **Save changes**.
|
|
|
|
|
|
|
|
!!! tip ""
|
|
|
|
|
|
|
|
You can also choose which custom profile fields will be displayed by toggling
|
2022-11-14 18:00:29 +01:00
|
|
|
the checkboxes in the **Card** column of the **Custom profile fields** table.
|
2022-10-05 02:00:58 +02:00
|
|
|
|
|
|
|
{end_tabs}
|
|
|
|
|
2018-08-14 21:45:17 +02:00
|
|
|
## Related articles
|
|
|
|
|
|
|
|
* [Edit your profile](/help/edit-your-profile)
|
|
|
|
* [View someone's profile](/help/view-someones-profile)
|
2021-06-08 23:47:52 +02:00
|
|
|
|
2023-03-23 05:32:39 +01:00
|
|
|
[authentication-production]: https://zulip.readthedocs.io/en/stable/production/authentication-methods.html
|