feat: add Ory Console guide for password migration hook#2500
Open
MikeSagnelli wants to merge 5 commits intomasterfrom
Open
feat: add Ory Console guide for password migration hook#2500MikeSagnelli wants to merge 5 commits intomasterfrom
MikeSagnelli wants to merge 5 commits intomasterfrom
Conversation
mszekiel
approved these changes
Apr 8, 2026
wassimoo
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
olagruchala
approved these changes
Apr 8, 2026
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
docs/kratos/manage-identities/25_import-user-accounts-identities.mdx
Outdated
Show resolved
Hide resolved
unatasha8
reviewed
Apr 8, 2026
| } | ||
| ``` | ||
|
|
||
| To verify that an identity is pending migration in the Ory Console: |
Contributor
There was a problem hiding this comment.
Is there a way to verify an identity is pending migration from the CLI?
Author
There was a problem hiding this comment.
Not directly through the CLI. The ory get identity command has an --include-credentials flag, but its documentation states it only supports oidc.
However, you can verify it through the Admin API by calling:
GET /admin/identities/{id}?include_credential=password
If credentials.password.config.use_password_migration_hook is true and hashed_password is empty, the identity is pending migration.
I can add this as an API example alongside the Console guide if that would be helpful. However, IMO it is not very straightfoward.
unatasha8
reviewed
Apr 8, 2026
Contributor
unatasha8
left a comment
There was a problem hiding this comment.
See inline suggestions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
00b5f55 to
b79653b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The existing Ory CLI instructions are preserved in a second tab.
Related
🤖 Generated with Claude Code