blueprints: allow setting user's passwords from blueprints (#5797)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-05-29 21:28:44 +02:00
committed by GitHub
parent d09bee7bf9
commit f0619814f9
7 changed files with 80 additions and 15 deletions

View File

@ -8228,6 +8228,11 @@
"type": "string",
"minLength": 1,
"title": "Path"
},
"password": {
"type": "string",
"minLength": 1,
"title": "Password"
}
},
"required": []