Skip to content

Commit

Permalink
docs: update link to hashed password formats (#3484)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogorzelski authored Sep 8, 2023
1 parent 70a6171 commit 8ca3adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ type AdminIdentityImportCredentialsPassword struct {
//
// swagger:model identityWithCredentialsPasswordConfig
type AdminIdentityImportCredentialsPasswordConfig struct {
// The hashed password in [PHC format]( https://www.ory.sh/docs/kratos/concepts/credentials/username-email-password#hashed-password-format)
// The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords)
HashedPassword string `json:"hashed_password"`

// The password in plain text if no hash is available.
Expand Down

0 comments on commit 8ca3adc

Please sign in to comment.