Skip to content

Commit 7c478a0

Browse files
authored
fix: clarify plain text password import (#2081)
* fix: clarify plain text password import * fix: clarify plain text password import * fix: clarify plain text password import * chore: text bug
1 parent a6cbb59 commit 7c478a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/kratos/manage-identities/25_import-user-accounts-identities.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ self-service flows.
158158
The password `the-password` will then be hashed according to the configured password hashing algorithm and stored in the database.
159159
The identity will be able to sign in using `[email protected]` and `the-password` as credentials.
160160

161+
When importing clear text passwords, the process may be slower than expected because each password must be hashed during the
162+
import process. If you are batch importing more than 20 clear text passwords, please hash the passwords before importing them to
163+
avoid timeouts.
164+
161165
### Hashed passwords
162166

163167
To import a hashed password, provide the hashed password in the JSON payload.

0 commit comments

Comments
 (0)