mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 11:49:51 +02:00
slight reworking on the configuration-based invite system to include open registration flag, contact details, and store strategy. moved to 'admin' stanza (#229)
This commit is contained in:
@@ -1056,7 +1056,13 @@ func init() {
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"registrationRequiresToken": {
|
||||
"inviteTokenContact": {
|
||||
"type": "string"
|
||||
},
|
||||
"invitesOpen": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requiresInviteToken": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"touLink": {
|
||||
@@ -2611,7 +2617,13 @@ func init() {
|
||||
"configuration": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"registrationRequiresToken": {
|
||||
"inviteTokenContact": {
|
||||
"type": "string"
|
||||
},
|
||||
"invitesOpen": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"requiresInviteToken": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"touLink": {
|
||||
|
Reference in New Issue
Block a user