mirror of
https://github.com/openziti/zrok.git
synced 2025-08-16 10:57:55 +02:00
remove password requirements (#834); deep regeneration of nodejs and python zrok clients
This commit is contained in:
@ -1883,9 +1883,6 @@ func init() {
|
||||
"invitesOpen": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"passwordRequirements": {
|
||||
"$ref": "#/definitions/passwordRequirements"
|
||||
},
|
||||
"requiresInviteToken": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -2026,26 +2023,6 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"passwordRequirements": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"length": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requireCapital": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requireNumeric": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requireSpecial": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"validSpecialCharacters": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"principal": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@ -4108,9 +4085,6 @@ func init() {
|
||||
"invitesOpen": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"passwordRequirements": {
|
||||
"$ref": "#/definitions/passwordRequirements"
|
||||
},
|
||||
"requiresInviteToken": {
|
||||
"type": "boolean"
|
||||
},
|
||||
@ -4251,26 +4225,6 @@ func init() {
|
||||
}
|
||||
}
|
||||
},
|
||||
"passwordRequirements": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"length": {
|
||||
"type": "integer"
|
||||
},
|
||||
"requireCapital": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requireNumeric": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requireSpecial": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"validSpecialCharacters": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"principal": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user