From b0515d785065d5655beab70a7c132222b5c50e85 Mon Sep 17 00:00:00 2001 From: Philippe Gaultier Date: Wed, 28 May 2025 09:11:06 +0200 Subject: [PATCH 1/2] docs: document new project revision field submix_max --- docs/reference/api.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/api.json b/docs/reference/api.json index 7b5b4a29c..a647da0ed 100644 --- a/docs/reference/api.json +++ b/docs/reference/api.json @@ -1422,6 +1422,10 @@ "description": "Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.", "type": "boolean" }, + "kratos_selfservice_methods_code_submit_max": { + "description": "Configures how many times a code can be submitted before failing the flow\n\nThis governs the \"selfservice.methods.code.submit_max\" setting.", + "type": "integer" + }, "kratos_selfservice_methods_code_passwordless_login_fallback_enabled": { "description": "This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.\n\nThis governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.", "type": "boolean" @@ -6095,6 +6099,10 @@ "description": "Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.", "type": "boolean" }, + "kratos_selfservice_methods_code_submit_max": { + "description": "Configures how many times a code can be submitted before failing the flow\n\nThis governs the \"selfservice.methods.code.submit_max\" setting.", + "type": "integer" + }, "kratos_selfservice_methods_code_passwordless_login_fallback_enabled": { "description": "This setting allows the code method to always login a user with code if they have registered with another authentication method such as password or social sign in.\n\nThis governs the \"selfservice.methods.code.passwordless_login_fallback_enabled\" setting.", "type": "boolean" From 0ec4ce831b52afb1bcc76123e818a67ae0c06313 Mon Sep 17 00:00:00 2001 From: Philippe Gaultier Date: Fri, 30 May 2025 13:51:19 +0200 Subject: [PATCH 2/2] s/submit_max/max_submissions/g --- docs/reference/api.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/api.json b/docs/reference/api.json index a647da0ed..ffaf34ea7 100644 --- a/docs/reference/api.json +++ b/docs/reference/api.json @@ -1422,8 +1422,8 @@ "description": "Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.", "type": "boolean" }, - "kratos_selfservice_methods_code_submit_max": { - "description": "Configures how many times a code can be submitted before failing the flow\n\nThis governs the \"selfservice.methods.code.submit_max\" setting.", + "kratos_selfservice_methods_code_max_submissions": { + "description": "Configures how many times a code can be submitted before failing the flow\n\nThis governs the \"selfservice.methods.code.max_submissions\" setting.", "type": "integer" }, "kratos_selfservice_methods_code_passwordless_login_fallback_enabled": { @@ -6099,8 +6099,8 @@ "description": "Configures whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.", "type": "boolean" }, - "kratos_selfservice_methods_code_submit_max": { - "description": "Configures how many times a code can be submitted before failing the flow\n\nThis governs the \"selfservice.methods.code.submit_max\" setting.", + "kratos_selfservice_methods_code_max_submissions": { + "description": "Configures how many times a code can be submitted before failing the flow\n\nThis governs the \"selfservice.methods.code.max_submissions\" setting.", "type": "integer" }, "kratos_selfservice_methods_code_passwordless_login_fallback_enabled": {