Skip to content

Commit a971334

Browse files
Merge pull request #412 from kinde-oss/oli/update-custom-password-example-link-v2
Update custom password workflow example link v2
2 parents 183cea9 + 8de3dc4 commit a971334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/example-workflows/new-password-provided-workflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ As a baseline, Kinde runs the following password checks:
2929
- The password is at least 8 characters long
3030
- The password does not exist in the 1,000,000 most common passwords
3131

32-
With this workflow you can add your own custom code to run additional checks, for example if your business requires a specific mix of upper / lower case characters, or inclusion of special characters. [See example code](https://github.com/kinde-starter-kits/workflow-examples/blob/main/existingPassword/customPasswordValidationWorkflow.ts)
32+
With this workflow you can add your own custom code to run additional checks, for example if your business requires a specific mix of upper / lower case characters, or inclusion of special characters. [See example code](https://github.com/kinde-starter-kits/workflow-examples/blob/main/newPassword/customPasswordValidationWorkflow.ts)
3333

3434
### Sync password updates with an external system
3535

0 commit comments

Comments
 (0)