Skip to content

Commit b5913cf

Browse files
authored
fix: renamed UI update (#2116)
1 parent 5ee9fb9 commit b5913cf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

docs/identities/sign-in/identifier-first-authentication.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ This guide explains how to enable and use identifier first authentication in Ory
1313

1414
To enable it:
1515

16-
1. Log in to the [Ory Console](https://console.ory.sh).
17-
2. Select your project.
18-
3. Navigate to [Project Settings > Advanced](https://console.ory.sh/projects/current/settings/advanced).
19-
4. Enable "New Account Experience".
20-
5. Click "Save Changes".
21-
6. Test the flow in your application by navigating to the login page.
22-
23-
To disable this feature, follow the same steps and disable "New Account Experience".
16+
- 1. Log in to the [Ory Console](https://console.ory.sh).
17+
- 2. Select your project.
18+
- 3. Navigate to <ConsoleLink route="project.accountExperience.theming.route" />.
19+
- 4. Enable "Enable Account Experience 2.0 (preview)".
20+
- 5. Navigate to <ConsoleLink route="project.ui.route" />
21+
- 6. Click "Apply new UI URLs".
22+
- 7. Test the flow in your application by navigating to the login page.
23+
24+
To revert, follow the same steps, disable "New Account Experience", and click "Reset to Account Experience".
2425

2526
## Self-hosted Ory Kratos
2627

src/components/ConsoleLink/console-nav-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const authenticationPaths: Path[] = [
9797
href: routes.project.recovery.route,
9898
},
9999
{
100-
title: "Email verification",
100+
title: "Account verification",
101101
href: routes.project.verification.route,
102102
},
103103
{

0 commit comments

Comments
 (0)