Skip to content

Commit

Permalink
fix: patch min password length (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr authored Oct 20, 2023
1 parent efd37de commit 0e4c97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/password-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The password must by default at least be 8 characters long and all characters (u

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

## Similarity check
Expand Down

0 comments on commit 0e4c97d

Please sign in to comment.