2018-02-17 19:50:16 +01:00
|
|
|
# Restrict name and email changes
|
2017-03-04 10:30:10 +01:00
|
|
|
|
|
|
|
{!admin-only.md!}
|
|
|
|
|
2023-01-02 19:56:31 +01:00
|
|
|
## Restrict name changes
|
2018-02-17 19:50:16 +01:00
|
|
|
|
2023-01-02 19:56:31 +01:00
|
|
|
By default, any user can [change their name](/help/change-your-name).
|
|
|
|
You can instead prevent users from changing their name. This setting is
|
|
|
|
especially useful if user names are managed via an external source, and
|
2024-02-15 02:42:15 +01:00
|
|
|
synced into Zulip via the [Zulip API](/api/), [LDAP][ldap-sync-data] or
|
2023-01-02 19:56:31 +01:00
|
|
|
another method.
|
2018-02-17 19:50:16 +01:00
|
|
|
|
2023-01-02 19:56:31 +01:00
|
|
|
!!! tip ""
|
|
|
|
|
|
|
|
Organization administrators can always [change anyone's
|
|
|
|
name](/help/change-a-users-name).
|
2017-03-04 10:30:10 +01:00
|
|
|
|
2019-04-03 01:12:26 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2018-07-17 23:21:53 +02:00
|
|
|
{settings_tab|organization-permissions}
|
2017-03-04 10:30:10 +01:00
|
|
|
|
2023-01-02 19:56:31 +01:00
|
|
|
1. Under **User identity**, select **Prevent users from changing their
|
|
|
|
name**.
|
2017-03-04 10:30:10 +01:00
|
|
|
|
2018-07-17 23:21:53 +02:00
|
|
|
{!save-changes.md!}
|
2018-02-17 19:50:16 +01:00
|
|
|
|
2019-04-03 01:12:26 +02:00
|
|
|
{end_tabs}
|
|
|
|
|
2023-01-02 19:56:31 +01:00
|
|
|
## Restrict email changes
|
|
|
|
|
|
|
|
By default, any user can [change their email address][change-email].
|
|
|
|
However, you can instead prevent users from changing their email
|
|
|
|
address. This setting is especially useful for organizations that
|
|
|
|
are using [LDAP][ldap-sync-data] or another single sign-on solution
|
|
|
|
to manage user emails.
|
2018-02-17 19:50:16 +01:00
|
|
|
|
2023-01-02 19:56:31 +01:00
|
|
|
!!! tip ""
|
|
|
|
|
|
|
|
Organization administrators can always change their own email
|
|
|
|
address.
|
2018-07-17 23:21:53 +02:00
|
|
|
|
2019-04-03 01:12:26 +02:00
|
|
|
{start_tabs}
|
|
|
|
|
2018-07-17 23:21:53 +02:00
|
|
|
{settings_tab|organization-permissions}
|
2018-02-17 19:50:16 +01:00
|
|
|
|
2023-01-02 19:56:31 +01:00
|
|
|
1. Under **User identity**, select **Prevent users from changing their
|
|
|
|
email address**.
|
2018-02-17 19:50:16 +01:00
|
|
|
|
2018-07-10 20:42:55 +02:00
|
|
|
{!save-changes.md!}
|
2019-04-03 01:12:26 +02:00
|
|
|
|
|
|
|
{end_tabs}
|
2023-01-02 19:56:31 +01:00
|
|
|
|
2024-04-02 22:55:12 +02:00
|
|
|
## Require unique names
|
|
|
|
|
|
|
|
You can require users to choose unique names when joining your organization, or
|
|
|
|
changing their name. This helps prevent accidental creation of duplicate
|
|
|
|
accounts, and makes it harder to impersonate other users.
|
|
|
|
|
|
|
|
When you turn on this setting, users who already have non-unique names are not
|
|
|
|
required to change their name.
|
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
|
|
|
{settings_tab|organization-permissions}
|
|
|
|
|
|
|
|
1. Under **User identity**, select **Require unique names**.
|
|
|
|
|
|
|
|
{!save-changes.md!}
|
|
|
|
|
|
|
|
{end_tabs}
|
|
|
|
|
2023-01-02 19:56:31 +01:00
|
|
|
[change-email]: /help/change-your-email-address
|
2023-03-23 05:32:39 +01:00
|
|
|
[ldap-sync-data]: https://zulip.readthedocs.io/en/stable/production/authentication-methods.html#synchronizing-data
|