-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Learning Paths] Fix footnotes (#17657)
--------- Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
- Loading branch information
1 parent
2f03511
commit 5a57076
Showing
4 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 6 additions & 2 deletions
8
src/content/partials/fundamentals/resend-member-invitation.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
--- | ||
{} | ||
|
||
--- | ||
|
||
import { Render } from "~/components"; | ||
|
||
If you invited a member to your account but they cannot find the invitation or the invitation expires, you can resend the invitation through the Cloudflare dashboard: | ||
|
||
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account\[^1]. | ||
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login) and select your account[^1]. | ||
2. Go to **Manage Account** > **Members**. | ||
3. Select a member record where their **Status** is **Invite Pending**. | ||
4. Select **Resend invite**. | ||
|
||
{/* prettier-ignore */} | ||
[^1]: <Render file="account-member-manage-limitation" product="fundamentals" /> |