Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -687,11 +687,9 @@ The following steps are necessary to set up password migration using a web hook:

c. Click **Users & identities** in the left sidebar.

d. Find the identity you want to review and click the three-dot menu (**⋮**) on its row.
d. Find the identity you want to review and click its row to open the details.

e. Click **View identity** to open its details.

f. In the **Basic Information** section, under **Credential Identifiers**, the identity shows a **Migration pending** badge if
e. In the **Basic Information** section, under **Credential Identifiers**, the identity shows a **Migration pending** badge if
the user hasn't logged in and completed the password migration yet.

```mdx-code-block
Expand Down
6 changes: 3 additions & 3 deletions docs/kratos/session-management/05_session-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ import nativeGetSession from "!!raw-loader!@site/code-examples/sdk/typescript/sr
</TabItem>
<TabItem value="console" label="Ory Console">

To view sessions metadata, go to <ConsoleLink route="project.sessions.list" /> and click the **View** on the session you want to inspect.
To view sessions metadata, go to <ConsoleLink route="project.sessions.list" /> and click the row of the session you want to inspect.

</TabItem>
</Tabs>
Expand Down Expand Up @@ -328,8 +328,8 @@ import nativeDisableSession from "!!raw-loader!@site/code-examples/sdk/typescrip
</TabItem>
<TabItem value="console" label="Ory Console">

To revoke a session, go to <ConsoleLink route="project.sessions.list" />, click the **View** button corresponding
to the session you want to terminate and click the **Terminate Session** button.
To revoke a session, go to <ConsoleLink route="project.sessions.list" />, click the row of the session you want to
terminate and click the **Terminate Session** button.

</TabItem>
</Tabs>
Expand Down
Loading