You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to change min_password_length to less than 6, because it is hardcoded in internal config.schema.json
The min_password_length should be 0 because it's my responsibility to decide what password I want. There are some cases where a business needs a 1-2-3-4 letter password.
Reproducing the bug
If you set this min_password_length inside kratos.yaml
You get error selfservice.methods.password.config.min_password_length: 3 must be >= 6 but found 3
Relevant log output
The configuration contains values or keys which are invalid:
prod_kratos.1.1oumfwuv2mhy@ip-1-2-3-4 | selfservice.methods.password.config.min_password_length: 3
prod_kratos.1.1oumfwuv2mhy@ip-1-2-3-4 |
Relevant configuration
No response
Version
1.2.0
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Ory Network Project
No response
Describe the bug
There is no way to change
min_password_length
to less than 6, because it is hardcoded in internal config.schema.jsonThe min_password_length should be 0 because it's my responsibility to decide what password I want. There are some cases where a business needs a 1-2-3-4 letter password.
Reproducing the bug
If you set this min_password_length inside kratos.yaml
You get error
selfservice.methods.password.config.min_password_length: 3 must be >= 6 but found 3
Relevant log output
Relevant configuration
No response
Version
1.2.0
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: