mirror of https://github.com/zulip/zulip.git
help-settings-links: Fix for new invitations section in users tab.
Updates the instructions for `{settings_tab|invitations}` to work like the deactivated users link, and updates the one article that currently uses it: `help/invite-new-users.md`.
This commit is contained in:
parent
3e16d61015
commit
fb3ec350c7
|
@ -86,6 +86,8 @@ for invitations for the organization owners role.
|
||||||
|
|
||||||
{settings_tab|invitations}
|
{settings_tab|invitations}
|
||||||
|
|
||||||
|
1. Select the **Invitations** tab.
|
||||||
|
|
||||||
1. From there, you can view pending invitations, **Revoke** email
|
1. From there, you can view pending invitations, **Revoke** email
|
||||||
invitations and invitation links, or **Resend** email invitations.
|
invitations and invitation links, or **Resend** email invitations.
|
||||||
|
|
||||||
|
|
|
@ -68,6 +68,11 @@ link_mapping = {
|
||||||
"Users",
|
"Users",
|
||||||
"/#organization/users/deactivated",
|
"/#organization/users/deactivated",
|
||||||
],
|
],
|
||||||
|
"invitations": [
|
||||||
|
"Organization settings",
|
||||||
|
"Users",
|
||||||
|
"/#organization/users/invitations",
|
||||||
|
],
|
||||||
"bot-list-admin": [
|
"bot-list-admin": [
|
||||||
"Organization settings",
|
"Organization settings",
|
||||||
"Bots",
|
"Bots",
|
||||||
|
@ -93,11 +98,6 @@ link_mapping = {
|
||||||
"Custom profile fields",
|
"Custom profile fields",
|
||||||
"/#organization/profile-field-settings",
|
"/#organization/profile-field-settings",
|
||||||
],
|
],
|
||||||
"invitations": [
|
|
||||||
"Organization settings",
|
|
||||||
"Invitations",
|
|
||||||
"/#organization/users/invitations",
|
|
||||||
],
|
|
||||||
"data-exports-admin": [
|
"data-exports-admin": [
|
||||||
"Organization settings",
|
"Organization settings",
|
||||||
"Data exports",
|
"Data exports",
|
||||||
|
|
Loading…
Reference in New Issue