Skip to content

Commit 6e11e24

Browse files
authored
Remove broken pre-verification links (FusionAuth#4042)
1 parent eaf2f21 commit 6e11e24

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

astro/src/content/docs/lifecycle/manage-users/verification/gate-accounts-until-user-email-verified.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ FusionAuth ships with registration verification and identity verification flows.
4747

4848
With paid FusionAuth plans, you can elect to have _FusionAuth_ "gate" your users based on these verification attributes. Gating in this sense, would prevent the user from authenticating further or obtaining a JWT and _would be enforced by the FusionAuth User Interface_. Gating happens *after* user creation.
4949

50-
[Pre-verification](/docs/lifecycle/manage-users/verification/pre-verification) applies the same concept, but user identities must be verified *before* user creation.
51-
5250
## Configure the Tenant Email Server
5351

5452
Log in to the FusionAuth administrative user interface. You could do all of this configuration with the API or kickstart, but for this tutorial you'll use the UI.

astro/src/content/docs/lifecycle/manage-users/verification/gate-accounts-until-user-phone-verified.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ FusionAuth ships with phone verification flows. These verification flows update
4949

5050
With paid FusionAuth plans, you can elect to have _FusionAuth_ "gate" your users based on these verification attributes. Gating in this sense, would prevent the user from authenticating further or obtaining a JWT and _would be enforced by the FusionAuth User Interface_. Gating happens *after* user creation.
5151

52-
[Pre-verification](/docs/lifecycle/manage-users/verification/pre-verification) applies the same concept, but user identities must be verified *before* user creation.
53-
5452
## Configure the Messenger
5553

5654
Log in to the FusionAuth administrative user interface. You could do all of this configuration with the API or kickstart, but for this tutorial you'll use the UI.

astro/src/content/docs/lifecycle/register-users/advanced-registration-forms.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -680,12 +680,6 @@ If you need to perform more complex validation of the registration form, use thi
680680

681681
## Special Considerations
682682

683-
### Pre-verification
684-
685-
<AvailableSince since="1.62.0" />
686-
687-
Advanced registration forms can be used to verify users' identities before user creation. See [Pre-verification](/docs/lifecycle/manage-users/verification/pre-verification) for more details.
688-
689683
### Searching on User Data
690684

691685
All data stored in the `registration.data` and `user.data` fields is indexed if you are using the Elasticsearch search engine. You may use the [User Search API](/docs/apis/users) to search against these values.

0 commit comments

Comments
 (0)