Back to Zulip

New User Email Address Visibility

templates/zerver/create_user/new_user_email_address_visibility.html

12.0740 B
Original Source

{% if default_email_address_visibility == email_address_visibility_admins_only %} {% trans %}Administrators of this Zulip organization will be able to see this email address. {% endtrans %} {% elif default_email_address_visibility == email_address_visibility_moderators %} {% trans %}Administrators and moderators of this Zulip organization will be able to see this email address. {% endtrans %} {% elif default_email_address_visibility == email_address_visibility_nobody %} {% trans %}Nobody in this Zulip organization will be able to see this email address. {% endtrans %} {% else %} {% trans %}Other users in this Zulip organization will be able to see this email address. {% endtrans %} {% endif %} {{ _('Change') }}