Skip to content

Commit

Permalink
fix: patch min password length Parte Deux (#1591)
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr authored Oct 20, 2023
1 parent 0e4c97d commit ced933d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/password-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This feature is enabled by default. Use the [Ory CLI](../guides/cli/01_installat

```shell
ory patch identity-config "$project_id" \
--replace '/selfservice/methods/password/enabled/config/identifier_similarity_check_enabled=false'
--replace '/selfservice/methods/password/config/identifier_similarity_check_enabled=false'
```

## Leaked password check
Expand All @@ -43,7 +43,7 @@ This feature is enabled by default. Use the [Ory CLI](../guides/cli/01_installat

```shell
ory patch identity-config "$project_id" \
--replace '/selfservice/methods/password/enabled/config/haveibeenpwned_enabled=false'
--replace '/selfservice/methods/password/config/haveibeenpwned_enabled=false'
```

## Best practices
Expand Down

0 comments on commit ced933d

Please sign in to comment.