Skip to content

Commit f77e7d6

Browse files
author
Rany
authored
chore: merge pull request #1363 from logto-io/rany-sie-update
chore: update sign-up and account name
2 parents 7496547 + 397bd59 commit f77e7d6

61 files changed

Lines changed: 77 additions & 77 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/connectors/email-connectors/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ To ensure the stability of your service, Cloud users can create a [dev tenant](/
187187

188188
Once you add and configure the email connector, you can enable email-based authentication flows:
189189

190-
- [**Set sign-up methods**](/end-user-flows/sign-up-and-sign-in/sign-up): Go to <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Sign-in experience > Sign-up and sign-in</CloudLink>. In the sign-up section, add "Email address" or "Email address or phone number" as the identifier. Note: Email address verification is mandatory during sign-up.
190+
- [**Set sign-up methods**](/end-user-flows/sign-up-and-sign-in/sign-up): Go to <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Sign-in & account > Sign-up and sign-in</CloudLink>. In the sign-up section, add "Email address" or "Email address or phone number" as the identifier. Note: Email address verification is mandatory during sign-up.
191191
- [**Set sign-in methods**](/end-user-flows/sign-up-and-sign-in/sign-in): In the sign-in section, add "Email address" as a sign-in method. Choose between password and email verification code for authentication. Click "Add another" for additional options.
192192
- [**Set up forgot password**](/end-user-flows/sign-up-and-sign-in/reset-password): In the sign-in section, if password sign-in is enabled, you'll see the "Forgot password" setting. Enable "Email verification code" to allow password resets via email.
193-
- [**Set up email for MFA**](/end-user-flows/mfa/email-mfa): Go to <CloudLink to="/mfa">Sign-in experience > Multi-factor auth</CloudLink>. Enable "Email verification code" as a second factor for enhanced security.
193+
- [**Set up email for MFA**](/end-user-flows/mfa/email-mfa): Go to <CloudLink to="/mfa">Console > Multi-factor auth</CloudLink>. Enable "Email verification code" as a second factor for enhanced security.
194194
- [**Set up account settings**](/end-user-flows/account-settings/by-account-api#update-or-link-new-email): Use the [Account API](/end-user-flows/account-settings/by-account-api) to customize your Account Center and allow users to manage their email addresses.
195195

196196
:::warning

docs/connectors/email-connectors/email-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Language preference is resolved in the following order:
316316

317317
1. If the OIDC authentication request includes `ui_locales`, Logto selects the first tag in `ui_locales` that is supported by your tenant's language library. See [ui_locales](/end-user-flows/authentication-parameters/ui-locales) for details.
318318
2. Otherwise, for client-side [Experience APIs](/end-user-flows/sign-up-and-sign-in) and [User Account APIs](/end-user-flows/account-settings/by-account-api), Logto uses the `Accept-Language` header. For Management APIs (such as [Organization Invitation](/end-user-flows/organization-experience/invite-organization-members)), you can specify language via the `locale` field in `messagePayload`.
319-
3. If neither is provided, Logto falls back to the tenant's default language configured in the Sign-in Experience. Check [Localized languages](/customization/localized-languages#customization-steps-in-logto-console) for configuration details.
319+
3. If neither is provided, Logto falls back to the tenant's default language configured in the Sign-in & account > Content. Check [Localized languages](/customization/localized-languages#customization-steps-in-logto-console) for configuration details.
320320

321321
Template selection:
322322

docs/connectors/enterprise-connectors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Please note the following settings:
100100
:::note
101101
It's important to note that after configuring relevant email domains in an SSO connector, users signing-in with emails belonging to those domains will be forced to use [SSO sign-in](/end-user-flows/enterprise-sso).
102102

103-
In other words, only emails from domains that are NOT configured in the SSO connectors can use "email + verification code" or "email + password" sign-in (provided that these two sign-in methods are enabled in the sign-in experience).
103+
In other words, only emails from domains that are NOT configured in the SSO connectors can use "email + verification code" or "email + password" sign-in (provided that these two sign-in methods are enabled in the Sign-up and sign-in).
104104
:::
105105

106106
- **Sync user profiles**: Choose when to synchronize user profile information (e.g., avatar, name). The default behavior is "Only sync at first sign-in". "Always sync at each sign-in" is another choice for this field, but may lead to custom user data overwriting.
@@ -109,7 +109,7 @@ Please note the following settings:
109109

110110
## Enabling enterprise SSO \{#enabling-enterprise-sso}
111111

112-
1. Navigate to: <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Console > Sign-in experience > Sign-up and sign-in</CloudLink>.
112+
1. Navigate to: <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Console > Sign-in & account > Sign-up and sign-in</CloudLink>.
113113
2. Enable the "Enterprise SSO" toggle.
114114
3. Save changes.
115115

docs/connectors/sms-connectors/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ To ensure the stability of your service, Cloud users can create a [dev tenant](/
134134

135135
Once you add and configure the SMS connector, you can enable phone-based authentication flows:
136136

137-
- [**Set sign-up methods**](/end-user-flows/sign-up-and-sign-in/sign-up): Go to <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Sign-in experience > Sign-up and sign-in</CloudLink>. In the sign-up section, add "Phone number" or "Email address or phone number" as the identifier. Note: Phone number verification is mandatory during sign-up.
137+
- [**Set sign-up methods**](/end-user-flows/sign-up-and-sign-in/sign-up): Go to <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Sign-in & account > Sign-up and sign-in</CloudLink>. In the sign-up section, add "Phone number" or "Email address or phone number" as the identifier. Note: Phone number verification is mandatory during sign-up.
138138
- [**Set sign-in methods**](/end-user-flows/sign-up-and-sign-in/sign-in): In the sign-in section, add "Phone number" as a sign-in method. Choose between password and SMS verification code for authentication. Click "Add another" for additional options.
139139
- [**Set up forgot password**](/end-user-flows/sign-up-and-sign-in/reset-password): In the sign-in section, if password sign-in is enabled, you'll see the "Forgot password" setting. Enable "Phone verification code" to allow password resets via SMS.
140-
- [**Set up SMS for MFA**](/end-user-flows/mfa/sms-mfa): Go to <CloudLink to="/mfa">Sign-in experience > Multi-factor auth</CloudLink>. Enable "SMS verification code" as a second factor for enhanced security.
140+
- [**Set up SMS for MFA**](/end-user-flows/mfa/sms-mfa): Go to <CloudLink to="/mfa">Console &gt; Multi-factor auth</CloudLink>. Enable "SMS verification code" as a second factor for enhanced security.
141141
- [**Set up account settings**](/end-user-flows/account-settings/by-account-api#manage-phone): Use the [Account API](/end-user-flows/account-settings/by-account-api) to customize your Account Center and allow users to manage their phone numbers.
142142

143143
:::warning

docs/connectors/social.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ Please note the following settings:
137137

138138
## Enable social sign-in \{#enable-social-sign-in}
139139

140-
Once you create a social connector successfully, you can enable it as a Social login button (e.g., Continue with Google) in Sign-in Experience.
140+
Once you create a social connector successfully, you can enable it as a Social login button (e.g., Continue with Google) in Sign-up and sign-in.
141141

142-
1. Navigate to <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Console > Sign-in experience > Sign-up and sign-in</CloudLink>.
142+
1. Navigate to <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Console > Sign-in & account > Sign-up and sign-in</CloudLink>.
143143
2. (Optional) Choose "Not applicable" for sign-up identifier if you need social login only.
144144
3. Add configured social connectors to the "Social sign-in" section.
145145
4. Reorder connectors as needed.

docs/customization/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Start with our pre-built UI components and customize essential brand elements. C
2323
label: 'Match your brand',
2424
href: '/customization/match-your-brand',
2525
description:
26-
'Learn how to customize the basic brand elements for a ready-to-use sign-in experience.',
26+
'Learn how to customize the basic brand elements for a ready-to-use sign-in experience and account center.',
2727
customProps: {
2828
icon: <CustomizationIcon />,
2929
},

docs/customization/bring-your-ui/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Proceed with caution when using this feature in production, since it will immedi
5050

5151
:::
5252

53-
1. Navigate to <CloudLink to="/sign-in-experience/branding">Console > Sign-in experience > Brandin > Bring your UI</CloudLink>.
53+
1. Navigate to <CloudLink to="/sign-in-experience/branding">Console > Sign-in & account > Branding > Bring your UI</CloudLink>.
5454
2. Click to select or drag and drop your zip file created in the previous step, and the upload process will start automatically.
5555
3. Once the upload is complete, save the changes, and your custom UI will be served immediately.
5656
4. The "Sign-in preview" window will be disabled when you use your custom sign-in UI. However, you can still click the "[Live preview](/customization/live-preview)" button to test your custom sign-in page in a new opened browser tab.

docs/customization/bring-your-ui/debug-and-test-your-custom-ui-locally.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Tabs from '@theme/Tabs';
77

88
# Debug and test your custom UI locally
99

10-
For Logto Cloud users, We've made it easy to let you "Bring your own UI" to Logto. Cloud users can now upload a zip file containing the custom UI assets in <CloudLink to="/sign-in-experience/branding">Console > Sign-in experience > Branding > Bring your UI</CloudLink> (Check out the [Bring your UI](/customization/bring-your-ui) page for more details.)
10+
For Logto Cloud users, we've made it easy to let you "Bring your own UI" to Logto. Cloud users can now upload a zip file containing the custom UI assets in <CloudLink to="/sign-in-experience/branding">Console > Sign-in & account > Branding > Bring your UI</CloudLink> (Check out the [Bring your UI](/customization/bring-your-ui) page for more details.)
1111

1212
However, when developing such custom UI pages, users want to test and debug the code locally, before uploading to Logto Cloud. This CLI command helps you set up a local tunnel and connect the following 3 entities together:
1313
your Logto cloud auth endpoint, your application, and your custom sign-in UI.

docs/customization/custom-css.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If our [fine-tuning UI](/customization/match-your-brand) doesn’t fully align w
88

99
## Custom CSS in Logto Console \{#custom-css-in-logto-console}
1010

11-
1. Go to <CloudLink to="/sign-in-experience/branding">Console > Sign-in experience > Branding > Custom CSS</CloudLink>.
11+
1. Go to <CloudLink to="/sign-in-experience/branding">Console > Sign-in & account > Branding > Custom CSS</CloudLink>.
1212
2. Editing CSS code in the left editor, it will render lively in the right preview modal immediately. Note: the code editor only supports the CSS code so far. Not HTML or Javascript.
1313
3. Saving changes.
1414
4. Don’t forget to click the “[Live Preview](/customization/live-preview)” button to check the changes on all pages.

docs/customization/live-preview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can use the **Live preview** feature for convenient testing of your sign-in
99

1010
## Live preview \{#live-preview}
1111

12-
Navigating to <CloudLink to="/sign-in-experience">Console > Sign-in experience</CloudLink>" and clicking the "Live preview" button in the top right corner will open a new browser tab with a fully functional demo of Logto's capabilities. This demo showcases our experience design approach for sign-in and sign-up flows. It is highly customizable and can be seamlessly integrated into your application.
12+
Navigating to <CloudLink to="/sign-in-experience/sign-up-and-sign-in">Console > Sign-in & account > Sign-up and sign-in</CloudLink>" and clicking the "Live preview" button in the top right corner will open a new browser tab with a fully functional demo of Logto's capabilities. This demo showcases our experience design approach for sign-in and sign-up flows. It is highly customizable and can be seamlessly integrated into your application.
1313

1414
:::note
1515

0 commit comments

Comments
 (0)