From 0c75d234b971c4cbbbe6d8899cded451f74cc795 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sat, 26 Oct 2024 21:19:28 +0200 Subject: [PATCH] OpenAPI: document password_strength Signed-off-by: Nicola Murino --- openapi/openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 0e9c9006..4112f047 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -5515,6 +5515,9 @@ components: password_expiration: type: integer description: 'The password expires after the defined number of days. 0 means no expiration' + password_strength: + type: integer + description: 'Defines the minimum password strength. 0 means disabled, any password will be accepted. Values in the 50-70 range are suggested for common use cases' access_time: type: array items: