From a69c494feb6a24ba3fcbf5d08d11cb303b62b271 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 19 Sep 2020 02:20:38 +0200 Subject: [PATCH] stages/password: update swagger --- swagger.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/swagger.yaml b/swagger.yaml index 7479de03b..9eb5878cd 100755 --- a/swagger.yaml +++ b/swagger.yaml @@ -7428,6 +7428,20 @@ definitions: title: Backends type: string minLength: 1 + change_flow: + title: Change flow + description: Flow used by an authenticated user to change their password. + If empty, user will be unable to change their password. + type: string + format: uuid + x-nullable: true + failed_attempts_before_cancel: + title: Failed attempts before cancel + description: How many attempts a user has before the flow is canceled. To + lock the user out, use a reputation policy and a user_write stage. + type: integer + maximum: 2147483647 + minimum: -2147483648 Prompt: required: - field_key