Skip to content

Commit

Permalink
fixes paid banner copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Nov 29, 2023
1 parent d984dca commit 717b3cc
Show file tree
Hide file tree
Showing 25 changed files with 54 additions and 39 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import CustomAdmonition from "/src/components/customAdmonition"

<CustomAdmonition type="paid-feature">

This is a paid feature.

For self hosted users, [Sign up](https://supertokens.com/auth) to get a license key and follow the instructions sent to you by email. Using the dev license key is free. We only start charging you once you enable the feature in production using the provided production license key.

For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on. Once enabled, this feature is free on the provided development environment.

</CustomAdmonition>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ import CustomAdmonition from "/src/components/customAdmonition"

<CustomAdmonition type="paid-feature">

This is a paid feature. For self hosted users, [Sign up](https://supertokens.com/auth) to get a license key and follow the instructions sent to you by email. This will start a **SuperTokens subscription**.
This is a paid feature.

If you are using the development environment of our managed service you can use this feature for free. If you want to enable this feature for the production environment, please [email us](mailto:[email protected])
For self hosted users, [Sign up](https://supertokens.com/auth) to get a license key and follow the instructions sent to you by email. Creation of tenants is free on the dev license key.

This feature is already enabled for managed service users. Creation of additional tenant is free on the provided development environment.
</CustomAdmonition>
2 changes: 1 addition & 1 deletion v2/emailpassword/custom-ui/init/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
2 changes: 1 addition & 1 deletion v2/emailpassword/pre-built-ui/setup/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
2 changes: 1 addition & 1 deletion v2/passwordless/custom-ui/init/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
2 changes: 1 addition & 1 deletion v2/passwordless/pre-built-ui/setup/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/automatic-account-linking.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'

import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Automatic account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/manual-account-linking.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'
import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Manual account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/overview.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# About account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/security-considerations.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'
import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Security considerations for automatic account linking

Expand Down Expand Up @@ -95,4 +95,4 @@ Below is the list of all points in time when we do account linking, and for each

#### What users see:
- If the email update is happening during sign in of social login, users will see a message that email update is not allowed and to contact support.
- If this is happening post login (from a settings page), then you can send any message you want to the user, since this would be your custom API.
- If this is happening post login (from a settings page), then you can send any message you want to the user, since this would be your custom API.
2 changes: 1 addition & 1 deletion v2/thirdparty/custom-ui/init/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
2 changes: 1 addition & 1 deletion v2/thirdparty/pre-built-ui/setup/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/automatic-account-linking.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'

import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Automatic account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/manual-account-linking.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'
import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Manual account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/overview.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# About account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/security-considerations.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'
import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Security considerations for automatic account linking

Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartyemailpassword/custom-ui/init/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/automatic-account-linking.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'

import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Automatic account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/manual-account-linking.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'
import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Manual account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/overview.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# About account linking

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ hide_title: true
<!-- COPY DOCS -->
<!-- ./thirdpartyemailpassword/common-customizations/account-linking/security-considerations.mdx -->

import MultiTenancyPaidBanner from '../../../community/reusableMD/multitenancy/MultiTenancyPaidBanner.mdx'
import AccountLinkingPaidBanner from '../../../community/reusableMD/accountlinking/AccountLinkingPaidBanner.mdx'
import BackendSDKTabs from "/src/components/tabs/BackendSDKTabs";

<MultiTenancyPaidBanner />
<AccountLinkingPaidBanner />

# Security considerations for automatic account linking

Expand Down Expand Up @@ -95,4 +95,4 @@ Below is the list of all points in time when we do account linking, and for each

#### What users see:
- If the email update is happening during sign in of social login, users will see a message that email update is not allowed and to contact support.
- If this is happening post login (from a settings page), then you can send any message you want to the user, since this would be your custom API.
- If this is happening post login (from a settings page), then you can send any message you want to the user, since this would be your custom API.
2 changes: 1 addition & 1 deletion v2/thirdpartypasswordless/custom-ui/init/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartypasswordless/pre-built-ui/setup/dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down
2 changes: 1 addition & 1 deletion v2/userdashboard/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ You can create 3 dashboard users* for free.
If you need to create additional users:

- For self hosted users, please [sign up](https://supertokens.com/auth) to generate a license key and follow the instructions sent to you by email.
- For managed service users, please [email us](mailto:[email protected]).
- For managed service users, you can click on the "enable paid features" button on [our dashboard](/dashboard-saas), and follow the steps from there on.

*: A dashboard user is a user that can log into and view the user management dashboard. These users are independent to the users of your application

Expand Down

0 comments on commit 717b3cc

Please sign in to comment.