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:
Michael Quigley
2023-05-22 15:42:20 -04:00
parent 41c30e4158
commit b334ff50b2
10 changed files with 86 additions and 40 deletions

View File

@@ -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": {