mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
OpenAPI: document password_strength
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
ae1487d733
commit
0c75d234b9
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue